About 23,400,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 6 months ago Viewed 178 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 that specific …

  3. java - Appium WinAppDriver and Selenium 4 - Stack Overflow

    Nov 30, 2022 · The reason you are able to get the WinAppDriver to open an application with Selenium v3.141.59 but not with Selenium v4.6.0 is due to some major changes between major versions 7 and …

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

    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 downloaded …

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

  6. Error installing uiautomator2 driver with Appium - Stack Overflow

    Aug 1, 2022 · I am pretty new to appium and I tried installing the uiautomator2 driver to the latest appium version 2.0.0-beta.41 via the command appium driver install uiautomator2 I always get this output: >

  7. android - Appium: UnknownError: An unknown server-side error …

    Jan 10, 2021 · This exception is usually thrown, when io.appium.uiautomator2.server application is killed on Android side. It's possible that system kills it during your test run. Also make sure device is not …

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

    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 Inspector …

  9. 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 nor code, so I …

  10. python - ImportError: cannot import name 'AppiumOptions' from …

    Dec 4, 2023 · I'm using the below and trying to open an android app using appium. from appium import webdriver from typing import Any, Dict from appium.webdriver.common.appiumby import AppiumBy …