About 13,600,000 results
Open links in new tab
  1. appium - Neither ANDROID_HOME nor ANDROID_SDK_ROOT …

    Aug 7, 2024 · Anyways, while I've never used appium nor developed anything for Android, I'm pretty sure what you are missing is exporting the ANDROID_HOME and …

  2. java - Error org.openqa.selenium.html5.LocationContext not found …

    Aug 15, 2025 · Why is org.openqa.selenium.html5.LocationContext suddenly missing when it was working last week with the same Appium 9.5.0 setup? Do I need to add a Selenium …

  3. appium - Not able to built WebDriverAgent in iOS mobile devices …

    Apr 20, 2023 · Right click on Appium Server GUI > Contents > Resources > App > node_modules > appium > node_modules > Appium-webdriver agent Paste all the contents you have …

  4. automated tests - Appium + Xcuitest doesn't recognize iOS native ...

    Oct 2, 2024 · The fix I found was: Deleting iOS 18.0 from Xcode. Went back to Xcode v15.4 with iOS 17.5 (If you get Xcode form the App Store it will automatically update so you should get …

  5. appium - Failed to create session. An unknown server-side error ...

    Nov 23, 2022 · Thanks for the comment! I managed to launch appium with a locally connected device.

  6. 'appium' is not recognized as an internal or external command, …

    Apr 2, 2015 · 2) Search Node.js command prompt and open it 3) Type command npm install -g appium (and it will start installing) 5) Further more, close all the Windows cmd and start a new …

  7. Launching Appium Service programmatically failing - Stack Overflow

    I have an Appium test project that was created about nine months ago, and was working fine. I'd since that time attempted to work on that project again, and the project works, but only if I start ...

  8. appium - ERROR @wdio/cli:utils: A service failed in the 'onPrepare ...

    Jun 7, 2022 · PS C:\Users\Ramkumar\learnings\study\mock-appium-webdriverio> I try to invoke the same with Appium tool, its invoking the application. Appium opening the application for …

  9. java - "Bad capabilities. Specify either app or appTopLevelWindow …

    Feb 27, 2023 · What version of appium java-client and WinAppDriver are you using? Because I tried this solution on 8.5 java-client and 1.2.1 WinAppDriver and it not working anymore.

  10. Unable to create new remote session. Appium - Stack Overflow

    In your IDE, go and run the below command in the terminal appium --allow-insecure chromedriver_autodownload This will install the chromedrivers and you are all set to run the …