About 18,100,000 results
Open links in new tab
  1. Stuck with Appium + WinAppDriver Configuration - Stack Overflow

    Jun 2, 2025 · Stuck with Appium + WinAppDriver Configuration - Getting HTTP 500 errors despite both servers running Asked 6 months ago Modified 5 months ago Viewed 173 times

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 ...

  7. Error Could not connect to server; are you sure it's running? In …

    Jan 6, 2018 · Software: As of now they have released appium-server and appium-inspector as two seperate softwares. I'm using latest version of repositories. Appium server 1.22.0 Appium …

  8. How to integrate Appium with C#? - Stack Overflow

    Feb 20, 2015 · Appium provides the dotnet-appium-driver which is your API to interface with Appium. You can use that to write your app automation. You did not provide any example here …

  9. .net - WinAppDriver, Appium, C#, Connecting To An Already …

    Apr 23, 2022 · I'm trying to automate the use of an application with WinAppDriver and Appium on Windows 10 using C# .Net. I'm trying to attach to an already running Window and I've been …

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

    Dec 14, 2015 · Ok, can you share the XML of the Appium extract on the same page you want to collect as List <elements>. Add a breakpoint in you code while it navigate to the specific page …