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
4
votes
3 answers

Alternative to Appium inspector or app inspector to view mobile elements in iOS

I like to find out if there are alternative mobile viewers for elements for iOS as I am not getting Appium Inspector or app inspector working. Please let me know if you know of other alternatives that can view iOS elements.
john
  • 413
  • 7
  • 16
4
votes
3 answers

Setup gitlab cicd for mobile automation using appium?

Does anyone worked on setting up Gitlab CICD for mobile automation using appium tool? I would like to know how to setup the emulator/device for automation in gitlab, also, How to setup the appium server in gitlab. Your inputs are highly appreciated…
STK
  • 86
  • 1
  • 4
4
votes
1 answer

How to check if an element is only partially visible or fully visible in Appium iOS?

I have an iOS app that has a lot of input fields on a single page. I want to automate those inputs and i know how to scroll to those elements and everything, but I have a problem with partially displayed elements. There are two cases in which…
Buzz
  • 180
  • 1
  • 2
  • 19
4
votes
1 answer

Can we customize the RAM size in the xcode simulator somehow

I want to test my project mobile app installation in a very low memory device. Lets say in around 1 GB. The xcode comes with the defined RAM sizes. Is there any way I can customize the RAM size in xcode like I can do in Android studio. If yes,…
shashank shekhar
  • 155
  • 3
  • 16
4
votes
3 answers

Unable to launch WebDriverAgent because of xcodebuild failure: "Carthage binary is not found."

Every time i try to start appium desktop with the iOS capabilities i am getting the following error: Unable to launch WebDriverAgent because of xcodebuild failure: "Carthage binary is not found. Install using brew install carthage if it is not…
timetraveler90
  • 336
  • 2
  • 16
4
votes
2 answers

Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65" Iphone6 Simulator

I am trying to run the Amazon app on an iPhone 6 simulator using Xcode. The app is getting installed in the iPhone Simulator, but not able to interact with its elements. Appium version - 1.7.2 Xcode Version 9.2 Platform Mac- 10.12.6 Downloaded the…
Mudit
  • 41
  • 1
  • 5
4
votes
3 answers

Parallel execution of ios test cases using IOS simulator on appium

Hi i want to run ios test cases parallel using IOS simulator on appium. I know MAC restricts as only one simulator will be up, but is there a backdoor entry i can make them in parallel , i don't want to use grid because of some reasons , so is there…
Monis Majeed
  • 1,358
  • 14
  • 21
4
votes
1 answer

The file “WebDriverAgentRunner-Runner.app” couldn’t be opened because there is no such file

I have installed Appium 1.6.4 on Mac using Terminal. Also I can able to inspect iPhone WebElements using Safari Browser in MAC. But I need to inspect the keyboard elements and date picker elements on iPhone real device. For this, I have again…
MoNa
  • 365
  • 4
  • 13
  • 31
4
votes
2 answers

Unable to launch ipa file in IOS 10 real Device using appium 1.6.0

To start with I got a .ipa file from the development team to test, the developer has mentioned the .ipa file with the device UDID so that I can install it on my iPhone. [Appium] Welcome to Appium v1.6.0 [Appium] Appium REST http interface listener…
goutham varma
  • 41
  • 1
  • 1
  • 4
4
votes
1 answer

Xcodebuild Test operation failure

I'm trying to use the new version of appium with the XCUITEST method for ipad testing. Once I start the Appium server (1.6.0 Beta2) and execute my tests (using Java with Cucumber) I get several errors from appium log. [Xcode] 2016-10-06…
Genatron
  • 41
  • 5
4
votes
2 answers

Appium support with Xcode 8

I have been facing issues with launching instrumentation using Appium and Xcode 8. I recently got to know that apple has removed automation from instrumentations because of which Appium(1.5.3) is not able to not working correctly. Does anyone have a…
Rishi Khanna
  • 409
  • 1
  • 5
  • 16
4
votes
1 answer

How to launch ios_webkit_debug_proxy using java code

I am able to run Appium server from Java code. But wanted to know how can I check if iPhone is connected to a Mac and if connected, then launch ios_webkit_debug_proxy using Java code Any pointer or suggestion would be highly appreciated.
Sunny Sachdeva
  • 289
  • 3
  • 16
4
votes
1 answer

How do I access React-native button(TouchableHighlight) in Appium test case

I am writing automation test for my ReactNative app with Appium. I'm unable to access react native components in appium. Even Appium inspector can't inspect inside react native view. I'm trying something like this : it("Testing Automation",…
Abhishek
  • 1,694
  • 2
  • 16
  • 27
4
votes
0 answers

Appium: Attempting to change event horizon while disengage

As I'm new to Appium on IOS, I couldn't find the issue I'm facing this issue. ---> I have given the app path as .app file on simulator----Still fails ---> I have used .ipa file on real device--- Still fails. Every time the app opens and crashes in…
vamc
  • 125
  • 1
  • 2
  • 13
3
votes
0 answers

Appium Camera Image Injection

Majority of cloud device farms provide Camera Image Injection feature in both ios and android (with some…
1 2
3
62 63