Ways to handle file uploads in selenium
There are situations where we need to automate tasks such as Click on Browse (file explorer pops up) Select required…
There are situations where we need to automate tasks such as Click on Browse (file explorer pops up) Select required…
For download and installation of eclipse, please eclipse setup For the 1st time, while opening the eclipse.exe, you may get…
Genymotion is an android emulator where we can install mobile apps under test and run our appium automation tests. Sometimes…
Mobile device has many applications, so we should let appium know on which application automated tests should run. For this…
Link to download different combination of OS and type of VMs : https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/windows/
Like selenium WebDriver locators, we have locator strategies for AndroidDriver (for android) & IOSDriver (for iOS), both extending the AppiumDriver…
In this article, we will understand how to locate WebElements on mobile devices, for this we will be using UIAutomatorViewer tool.Before…
In this post, we will see step by step guide to create and setup Android Virtual Device, an Android emulator…
In this article, we will see basic setup of Appium, where we can run appium tests on mobile handset or tablet…