Selenium Web Driver With Java

Selenium Web Driver With Java

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 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 »

How to handle HTML elements in selenium web driver

In this tutorial, I am going to discuss. how to handle HTML elements in selenium web driver. Here I am going to cover all the common elements like button, Input, radio button, Checkbox in selenium web driver. So let’s handle HTML elements in selenium web driver. Handle Input in selenium web driver There are some …

How to handle HTML elements in selenium web driver Read More »

Browser and Navigation commands in selenium web driver

Browser and navigation commands in selenium web driver are the most common and useful commands at the initial stage of automation. In this selenium webdriver tutorial, I am going to cover all the important browser and navigation commands in this selenium webdriver tutorial. What is browser command in selenium webdriver? Browser commands are used to …

Browser and Navigation commands in selenium web driver Read More »

How to Find Element in selenium web driver

How to Find Element in selenium web driver to perform automation. In this tutorial, I am going to cover all the different way to find an element to perform automation using selenium web driver. findElement(By by): WebElement-WebDriver  To interact with HTML elements, we need to find them So WebDriver interface has methods like findElement()and findElements() …

How to Find Element in selenium web driver Read More »

Open browser using selenium web driver Chrome, FireFox, IE

The very first step is to open a browser to start the automation of any web application. Selenium provides support for multiple browsers like Chrome, Firefox, and IE. In this tutorial, we are going to discuss how to open a browser using selenium web driver in Java. We will see step by step with chrome …

Open browser using selenium web driver Chrome, FireFox, IE Read More »

Write first automation script using selenium webdriver

How to write your first automation script using selenium web driver and chrome webdriver. In this selenium automation tutorial, we are going to cover the initial requirement to start automation with selenium webdriver using java and the chrome browser. In the last tutorial, we have seen how to configure Java and eclipse at your machine …

Write first automation script using selenium webdriver Read More »

Set up Java for automation using selenium web driver

In this tutorial, we are going to set up Java for automation using selenium web driver. The basic requirement to start automation using selenium web driver with java is JDK. Let’s see step by step process to install JDK on your machine. How to Set up Java for automation using selenium web driver Configure Java …

Set up Java for automation using selenium web driver Read More »