Lock or unlock device using appium
Class AndroidDriver (implements AppiumDriver interface) has certain methods for locking and unlocking an android device / emulator at run time. (should…
Class AndroidDriver (implements AppiumDriver interface) has certain methods for locking and unlocking an android device / emulator at run time. (should…
Class AndroidDriver (implements AppiumDriver interface) has method pressKeyCode(int key) for your handset / emulator to navigate to Home screen or navigating…
With the introduction of appium server 2.x, we have to run the appium server either by code or as CLI…
In this post, we will see how to open android virtual device or avd with out opening android studio editor.…
If you are using maven project to run selenium or appium tests, find below pom.xml dependencies, you can just change…
There are situations where the web applications do not render same on Mobile or tab devices compared to desktop browser,…
We have learnt from our earlier post Appium test run, how to write appium test, now to run the appium…
We have seen how to run appium tests on android native apps In this post, we will be learning how…
In this post we will look into some of the freely available mobile applications (Android and IOS) to practice mobile…