About 3,950,000 results
Open links in new tab
  1. 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 …

  2. Appium: Couldn't start the appium server in Windows

    Jun 3, 2015 · 1 Go to Appium (Android windows) setting change to any port number and start server again. once server is started again change to original port.

  3. Advantages of using Appium vs Uiautomator - Stack Overflow

    Oct 21, 2018 · I came across Appium which I understand uses Uiautomator to do so. I was wondering what are the advantages of using Appium instead of directly using Uiautomator or …

  4. Getting status 404 error when launching Appium programmatically

    May 21, 2024 · The issue likely arises from a change in Appium's default server path between Appium versions. In Appium 1.22.3, the path for the status endpoint has changed from …

  5. How to dismiss the keyboard in appium using Java?

    This code just aims to find the textbox and send some text to it. When it does that the keyboard appears on the android device.How to dismiss it after the sendKeys. @Test public static void

  6. Appium Android Python - find element using text attribute

    Nov 15, 2019 · Appium Android Python - find element using text attribute Asked 5 years, 5 months ago Modified 4 years, 11 months ago Viewed 3k times

  7. How to start appium server programmatically in Python

    Aug 8, 2018 · The Python client actually comes with a handy module called AppiumService that you can use to programmatically start/stop an Appium server. from …

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

  9. How to enable chromedriver_autodownload feature in appium?

    Jul 4, 2020 · So I closed appium, opened the command prompt, moved in the command prompt to the folder where I have the appium application, and typed appium --allow-insecure …

  10. Appium: Find element by partial elementId/UID with XPath

    I use the Appium-desktop-client (1.15.1) on MacOS (10.15) and find an element on Iphone 11 (13.3) via the Inspector with the following attributes: screenshot from the attributes The goal is …