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…