Top "Appium" questions

An open-source test automation tool for use with native and hybrid mobile apps

Solving "adb server version doesn't match this client" error

I'm running my Appium script with Python instead of py.test because py.test does not play nicely with variables …

android adb appium
How to setup Appium on Mac OS to run automated tests from JAVA classes on Android and iOS devices

Problem I was facing with Appium that I decided myself below. I could not find a way to install required …

java android macos ui-automation appium
How to setup Appium in Ubuntu for android

I am new in appium(automation testing technology). I'm using a PC running Ubuntu Linux. I have searched about this …

android ubuntu appium
Setting up appium for iOS app test automation

Looking far and wide for a step-by-step guide to set-up iOS Test Automation using appium, with scripts in Java (no …

java ios automated-tests appium
Error in using UIAutomatorviewer for testing Android app in Appium

I have to automate an Android application, I am doing the same through Appium. The problem I am facing is …

appium android-uiautomator
How to setup Appium Environment for Android Automation?

I am working as SD in Test. I am new to Appium Automation tool, this tool is very tricky to …

appium
How to "wait to activity" using Appium, on begin and during test itself?

I'm starting an already installed app using appium. After my driver is initialized. How do I make it poll-wait till …

java android android-activity appium ui-testing
How to start the Appium server from command prompt in MAC machine?

I am automating ios native mobile application using appium. Until now I was launching the server from the Appium GUI …

ios node.js appium
Can we find element by ID in appium

following link mentions that we can find element by giving id... but i am unable to find it. https://github.…

android appium
How to upgrade Appium 1.5.3 to Appium 1.8.1

I have tried with command: npm -install -g [email protected] but when I restart Appium, it is still in 1.5.3 version.

appium