Selenium Tutorial

Selenium Webdriver interview questions and answers

Are you preparing for an Automation interview? then you must have basic knowledge about java and Selenium webdriver. Selenium web driver contains many methods to perform automation. I am going to share some important Interview questions and answer for the selenium web driver. In Selenium webdriver, which command takes you forward by one page on …

Selenium Webdriver interview questions and answers Read More »

How to convert WebElement List to String List in Selenium Java

Convert WebElement List to String List in Selenium using Java. In the below Selenium with Java Example let’s create a java method. that will get a list of web elements as input parameters and return the list of strings. Converting List<WebElement> to List<String> Convert WebElement List to String List in Selenium Java public List<String> WebelementToString(List<WebElement> …

How to convert WebElement List to String List in Selenium Java Read More »

How to Handle drop down in Selenium Web Driver

In this tutorial, we are going to focus on the Dropdown menu. How to automate the Drop Dow menu using selenium web driver and all the key points to Handle drop down in Selenium Web Driver Handle drop down in Selenium Web Driver Select Class in Selenium web driver.  Select class or its methods are used to …

How to Handle drop down in Selenium Web Driver Read More »