Appium not able to launch android app – error:socket hang up
Appium sometimes stuck and not able to run the android tests or not launching the andorid app with error as…
Appium sometimes stuck and not able to run the android tests or not launching the andorid app with error as…
Like selenium WebDriver locators, we have locator strategies for AndroidDriver (for android) & IOSDriver (for iOS), both extending the AppiumDriver…
What’s the error – Most of times, if you have setup ios for appium tests, you might get error “Unable…
As you all aware that, appium is used for automating mobile applications [be it for android or iOS] and we…
Appium Desired Capabilities are keys and values pair, helps Appium driver to run Appium tests on specific device [android or…
Genymotion is an android emulator where we can install mobile apps under test and run our appium automation tests. Sometimes…
In this post, we will see step by step guide to create and setup Android Virtual Device, an Android emulator…
ADB (Android Debug Bridge) is a command line tool that let’s us communicate with an emulator or real device. How…