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
18
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
  • 353
  • 1
  • 4
  • 9
17
votes
3 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
  • 4,403
  • 13
  • 56
  • 103
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,430
  • 8
  • 37
  • 77
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
  • 67,027
  • 10
  • 91
  • 124
15
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
  • 1,271
  • 2
  • 21
  • 41
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
  • 1
  • 8
9
votes
7 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
  • 885
  • 1
  • 10
  • 23
9
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,275
  • 15
  • 57
  • 97
8
votes
12 answers

error build: Cannot link directly with dylib/framework XCTAutomationSupport for architecture arm64

I am using Xcode Beta 14, tring to build WebDriverAgent getting below errors WebDriverAgent/Build/Products/Debug-iphoneos/WebDriverAgentLib.framework/WebDriverAgentLib ld: cannot link directly with dylib/framework, your binary is not an allowed…
Solid Soft
  • 1,872
  • 2
  • 25
  • 55
7
votes
10 answers

Appium hidekeyboard() method

I'm trying to automate a zipcode input field which popup a num keyboard for user input. Appium could input the zipcode properly, but facing a problem when folding the keyboard, I notice there's appium menthod driver.hidekeyboard() But unfortunately…
7
votes
4 answers

How to keep alive Appium session for long time

I need to wait in the middle of my test for 5 minutes but the Appium session has default newCommandTimeout of 60s. and I get exception in the next command that my session is timeout. AndroidDriver appiumDriver = new AndroidDriver(new…
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
  • 5,292
  • 9
  • 60
  • 127
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,857
  • 3
  • 20
  • 44
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…
bassani2019
  • 73
  • 1
  • 6
6
votes
3 answers

How to change the creation date of file using python on a mac?

I need to update the creation time of a .mp4 file so that it will appear at the top of a list of media files sorted by creation date. I am able to easily update both the accessed and modified date of the file using os.utime, but have yet to find a…
Eric
  • 159
  • 2
  • 11
1
2 3
62 63