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.

800 questions
16
votes
2 answers

iOS Automated Tests - XCTest vs Appium

I am looking for opinions from test engineers and iOS developers regarding a specific matter. I have been using Appium for over a year now, and I have come across various difficulties while running mobile web tests on real devices. Every time Apple…
John Smith
  • 213
  • 3
  • 9
16
votes
5 answers

For mobile automation what are the advantages of Appium VS Calabash and of Calabash VS Appium?

I have used Appium in Mobile automation with IOS and Android. I wanted to know about advantages that offers Calabash and if there are common point in generated scripts of both tools? I have followed this link : Appium VS Calabash
Emna Ayadi
  • 2,227
  • 7
  • 29
  • 66
16
votes
1 answer

Find element by ios_ui not working

Appium 1.5.0 Xcode 7.3 IOS 10.11.4 OSX EI Capitan Using on:Simulator iOS 8.1 My XML
vks
  • 63,206
  • 9
  • 78
  • 110
14
votes
2 answers

Can't toggle software keyboard in iOS Simulator 10.2 or 10.3

I am using ios simulator 10.3 and noticed that I can't toggle software keyboard anymore, and can't type anything. I downgraded to ios simulator 10.2 but the same problem persists. I was able to make it work by deleting…
python
  • 3,642
  • 6
  • 43
  • 84
14
votes
7 answers

How to click home button in iOS simulator?

I want to click home button in iOS Simulator by automation. I just want to know whether it is possible to do click home button using IOS keycode event.
selvi
  • 981
  • 2
  • 13
  • 37
9
votes
4 answers

.bin/authorize-ios not found when installing appium using npm install -g appium

When I try to install appium using npm install -g appium I get the message npm ERR! code ENOENT npm ERR! syscall chmod npm ERR! path /usr/local/lib/node_modules/appium/node_modules/.bin/authorize-ios npm ERR! errno -2 npm ERR! enoent ENOENT: no such…
MPereira
  • 113
  • 7
7
votes
2 answers

Testing Failed when build using Xcode build command or appium

I am using : Xcode 10.1 Os Version : 12.1 iPhone 6 I did follow all required steps to setup build and everything but still getting error when try to build project using xcode build. I am confuse between 2 thing that is it signing issue or I am…
Helping Hands
  • 4,595
  • 5
  • 48
  • 104
7
votes
2 answers

How to install older version on carthage

I need to have carthage for running Appium tests. While Appium community is still working on supporting XCode9.2, we need to rely on XCode 8.3.3 OS: MacOS High Sierria XCode version: XCode 8.3.3 Java: 1.9 But when I run command brew install…
user2451016
  • 1,204
  • 2
  • 15
  • 30
6
votes
0 answers

Carthage - Task failed with exit code 1 when building dependencies

Trying to setup the webdriver agent from appium ( https://github.com/appium/WebDriverAgent.git ). I've: Cloned Webdriver agent repo ( https://github.com/appium/WebDriverAgent.git ) Opened my terminal Navigated inside the Webdriver agent…
6
votes
5 answers

npm install -g ios-deploy didn't work , it displays error

I am trying to install APPIUM on my machine and want to run it in actual device, for that i have to install the command 'npm install -g ios-deploy' but when i am trying to install it is dispalying the error. Error: he following build commands…
Girish
  • 635
  • 1
  • 5
  • 17
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,227
  • 7
  • 29
  • 66
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,422
  • 5
  • 35
  • 61
6
votes
2 answers

How to get list of child elements of an element in Appium?

I'm working with native iOS app through Appium. I have the following structure: UIAApplication -> UIAWindow -> UIATextBox UIALabel UIAWindow -> …
Artem
  • 7,034
  • 15
  • 55
  • 87
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:…
1
2 3
53 54