WebDriverManager is an open-source library that is used to automate the handling of browser driver binaries. Users can add this library to their selenium project using a build tool like Maven Why we are using WebDriverManager? To run the selenium script in the browser we need to download the driver binary from the official site of… Continue reading What is WEBDRIVERMANAGER In SELENIUM Web Driver
Author: Adarsh S
Different types of Gestures used for Mobile/Ipad Testing
Mobile Gestures Mobile Gestures are the different ways of movements made by the user on the mobile screen for interacting with the mobile device interface. Having the knowledge of different mobile gestures will help you in writing the test cases in a better way or communicating things to others in a better way. Below are… Continue reading Different types of Gestures used for Mobile/Ipad Testing