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
-1
votes
2 answers

Appium Getting error Assembly Initialization method threw exception on azure pipelines

I am running appium tests on Azure Devops yaml pipelines The tests are created in MS Unit Test and in C# Tests are being run with following command nohup appium -p 4723 & dotnet test --logger trx --results-directory…
-1
votes
0 answers

Mobile chrome Browser with Native App issue by Appium

Could you help me to advise whether we can pass any app deeplink url in the Android or iOS browser and launch the app after clicking on the Play' icon on the alert popup where we want to close all tabs before launching the same browser for Android…
-1
votes
0 answers

Mobile Automation : Unable to find element in appium inspector source code

I want to click on actual pickup time but there is no element in source code. Also i am unable to find unique id for enter an optional note editable filed. App Version: 2023.8.4 latest App is in react native iOS.Please see this image How can i…
-1
votes
1 answer

How to test performance of Mobile application using Appium and Jmeter?

I want to test the iOS or Android Mobile Application's client side performance using Jmeter and Appium. What are the steps to integrate Jmeter with Appium, from where I can take more reference so that I can successfully integrate the Jmeter with…
-1
votes
2 answers

How can I disable/dismiss the keyboard on iOS with Appium

Is there anyway to dismiss the iPhone keyboard or disable it from popping up at all while Appium tests are being run? driver.hideKeyboard() doesn't work, half the time a "DONE" or "RETURN" button isn't present and I can't just tap randomly on the…
cdub
  • 330
  • 4
  • 19
-1
votes
1 answer

How do I test a mobile app update using Appium?

Is it possible to automate the updating of an app using Appium? My scenario is that I need to install an older version of the app and in my test I have to install the newest version. But the desired capabilities for appium:app is defined as the…
krisc
  • 95
  • 1
  • 10
-1
votes
2 answers

Any suggestion how to remove error "SyntaxError: Cannot use import statement outside a module" while running Appium.js from Java code?

Any suggestion how to remove error "SyntaxError: Cannot use import statement outside a module" while running Appium.js from Java code? Trying adding type: "type": "module" in your package.json or the .mjs extension. when "type": "module" added the…
mittalri
  • 21
  • 3
  • 7
-1
votes
1 answer

Get CSS property via Appium

I want to click on a button only if it is enabled "Green color". To find the color of a button I tried the below ways, but none worked and giving "UnsupportedCommandException" MobileElement mobileElement =…
paul
  • 4,333
  • 16
  • 71
  • 144
-1
votes
3 answers

Could not load a driver for automationName 'XCUITest' and platformName 'iOS'. Please verify your Appium installation

I'm using appium command by npm as global and I am working in a wdio project with appium as a depedency. package.json ... "appium": "^1.17.1", "wdio-appium-service": "^0.2.3", "wdio-cucumber-framework": "^0.3.1", "webdriverio":…
-1
votes
2 answers

Ruby: TouchAction:move_to

I am trying to implement below move_to action https://www.rubydoc.info/gems/appium_lib/9.3.8/Appium%2FTouchAction:move_to Appium::TouchAction.new.press(x: 176, y: 200).move_to(50).perform but it is giving error NoMethodError: undefined method…
paul
  • 4,333
  • 16
  • 71
  • 144
-1
votes
1 answer

so if we need to setup an auto tests (Appium) of an iPhone app from our Win 10 setup - what are all of our options?

for Android - we just run the emulator and hook them up but for iPhone what are our options? can we also run some iPhone emulator? or hook up an actual iPhone via USB? or have our code connect to virtual (or real) MacOS that has an iPhone emulator…
-1
votes
1 answer

How to automate testing on Google mobile app with appium on iOS simulator?

I want to automate Google app testing using appium on iPhone. The thing is, I use android device, so no physical iPhone device available with me. Please let me know how I can test Google app on appium using iPhone simulator?
Brenda
  • 7
  • 1
  • 7
-1
votes
2 answers

Could anyone recommend a WebDriver compliant alternative to Selenium/Appium?

I am using Selenium and Appium to test WebApps across various browsers and platforms, including Windows, Apple (Mac, iPad, iPhone) and Android. Recently, Selenium and Appium on Apple have hit a blocking defect, reported here: Selenium tests broken…
Ron Kalian
  • 3,280
  • 3
  • 15
  • 23
-1
votes
2 answers

It is impossible to create a new session because 'createSession' which takes HttpClient,

org.openqa.selenium.WebDriverException: It is impossible to create a new session because 'createSession' which takes HttpClient, InputStream and long was not found or it is not accessible Build info: version: '3.12.0', revision: '7c6e0b3', time:…
Ganesh
  • 11
  • 6
-1
votes
1 answer

Error: Program type already present: org.openqa.selenium.WebDriver$Window

I'm trying to set up Appium with Android Studio and encounter loads of errors. I include the necessary dependencies via Selenium and Appium jar file for java and use as a library, I get the following error: Error: Program type already present:…