Questions tagged [appium-ios]

Appium is an open source test automation framework for use with native, React Native, hybrid and mobile web apps.

This tag should be used when explicitly asking questions about integrating with Appium on iOS. For general questions, use the tag. For questions about the Python client, use the tag.

935 questions
6
votes
2 answers

Appium 6.1.0 TouchActions vs TouchAction

I was searching for the "right", or the "latest" way to create Tap/Swipe/Drag etc. events using the latest (at this point) Appium Java-client 6.1.0. I saw different documentations in the Appium site (Tap using TouchActions, Touch using TouchAction),…
Leon Proskurov
  • 135
  • 1
  • 14
6
votes
2 answers

How to scroll down to an exact element in appium 1.6.4 beta in iOS using Java

I want to scroll down to a specific element in my iPad application. I was using 'mobile:scroll', but it is not working now. Can someone help with a working code?
6
votes
2 answers

How to perform a scroll in a drop down list to hidden element?

How to perform a scroll in a drop down list with that format with selenium, appium ? I'm using tag name to identify elements, are the items in the drop down list. Here is my html code :
Emna Ayadi
  • 2,430
  • 8
  • 37
  • 77
6
votes
0 answers

Inconsistent behavior when testing iOS App that contains WKWebView with Appium

I am creating automated tests for an iOS app that uses WKWebviews to display some data. The user types a query into a native text field and results are displayed inside the webview. The problem is that I got inconsistent behaviour when checking…
Mahmoud Adam
  • 5,772
  • 5
  • 41
  • 62
5
votes
6 answers

Appium : Original error: -[XCUIElement resolve]: unrecognized selector sent to instance

Please find config i am using as below Xcode : 11 GM Seed Appium : 1.14.2 Real Device : iPhone 7 (12.4.1) I have updated my Xcode to 11 Because of the xcode 10.3 doesn’t support iOS 12.4.1. After upgrading it started giving an error Original error:…
5
votes
2 answers

What is the Recommended Approach to Automate IOS devices on Windows?

I've seen this topic going around and the answers on each site and post have given it a wide range when talking about how to automate IOS devices from Windows PC. One side, I've seen it where mainly the answer is: it's not possible due to Apple's…
InvisibleExo
  • 289
  • 3
  • 22
5
votes
7 answers

How to enable/disable app permission using Appium?

My app need the multiple app permission. I need to check how my app behaves by allowing or denying the different permission. How can i enable/disable the app permission from the appium to create the multiple scenario? For example lets say my app…
Suban Dhyako
  • 2,436
  • 4
  • 16
  • 38
5
votes
1 answer

IPhone real device automation environment setup

I am trying to write script using Java and Selenium. Using Appium tool for automation. I finished testing web app on simulator. I want to know if it is possible to run test script by connecting the real iPhone device to MAC through Wifi. If yes,…
5
votes
4 answers

Appium error Xcode couldn't find a provisioning profile matching 'com.facebook.WebDriverAgentRunner'

I have problem executing automation on real iOS device system configuration: appium 1.6.0 device iPhone 5c (ios 10.1) xCode 8.2 the exception is: [Xcode] Testing failed: No profiles for 'com.facebook.WebDriverAgentRunner' were found: Xcode…
Hezi Israeli
  • 389
  • 1
  • 2
  • 14
5
votes
0 answers

Integration of Tapster robot with Appium is not working for iOS app

I have tried to integrate Tapster Robot with appium for automating iOS app. I have followed this links for integration of tapster Hugs Tapster & Robots I have successfully achieved the calibration of app, but after that if execute the appium test…
Rohith
  • 143
  • 9
5
votes
1 answer

Automate IOS UITableview using appium

I have a UITableView which contains about 50 elements. At any point only 6 of them are visible on screen. I want to select a cell which is not added to table view or say I need to select 25th item from the data list. Now I am using this method for…
Zach
  • 9,989
  • 19
  • 70
  • 107
5
votes
6 answers

appium long press and than move element(drag and drop) is not working

I have a scenario to test an IOS app like this: long press on an element. move that element to desired location. I am using the following code: TouchAction action = new…
Eric Ipsum
  • 723
  • 3
  • 10
  • 24
4
votes
0 answers

Cannot run appium tests on iOS simulator - Error : Cannot read property 'statBarHeight' of undefined

I set up appium tests following nativescript-dev-appium instructions (https://github.com/NativeScript/nativescript-dev-appium) and tests run fine on an Android simulator. My problem is on iOS. I cannot make them work, before and after methods fail…
4
votes
0 answers

Appium session does not exist error after upgrade to latest version

So i have MAC and real iPhone device connected (IOS 12.2). From another computer I start the driver and perform my stuff. Today after upgrade appium version I got this error: selenium.common.exceptions.InvalidSessionIdException: Message:…
falukky
  • 1,099
  • 2
  • 14
  • 34
4
votes
1 answer

How to inspect element in IOS app on iphone?

I am quite new to IOS app automation testing. I am trying to automate the testing of IOS app using Appium. But I am not able to inspect the element of IOS app on simulator. I am using a Mac Book Pro 10.14.2 version, 'xcode' V10.1, npm version…
user5402945
  • 165
  • 4
  • 11
1
2
3
62 63