Selenium WebDriver – How To Automate JQuery Slider

Overview: As an automation engineer, you might very well know how to interact with default HTML elements like text box, radio button, image, check box etc. Selenium WebDriver considers all these elements as WebElement & provides a set of methods to play with these elements. Sometimes It adds unnecessary confusions. For ex: While working with a radio button, webdriver identifies […]