Tagged: Java

Check boxes in Selenium

Working with CheckBoxes and Radio Buttons

In the previous post, we have seen the working with WebList in selenium. In this post, we will see the working with CheckBoxes and Radio Buttons. In our demo application, we have 3 checkboxes with...

Weblist using selenium

Working with WebList in Selenium

In the previous post, we have seen different types of wait commands in Selenium. In this post, we will see how to work with WebList in selenium. If you are automation any web application,...

waiting in selenium

Different Types Of Wait in Selenium

In the previous post, we have seen the difference between close() and Quit() method of WebDriver. In this post , we will see different types of wait in Selenium. During Script execution, if elements...

findelements in selenium

Difference between findElement() and findElements()

In the previous post, we have seen about WebDriver get() and navigate() methods. In this post, we will learn the difference between findElement() and findElements(). These are the important methods  which are used for finding...

Locators in selenium

Different Type of Locators in Selenium

In the previous post, we have seen how to use the developers tool? In this post, we will see different Type of Locators in Selenium? What is locators? Before moving to the question what is...

Open firebug

Usage of developer tools ,Firebug and Firepath

In the previous post, we have seen How to configure selenium with Eclipse? In this post, we will see the Usage of developer tools ,Firebug and Firepath. Developer Tools ,also known as Web Development...

Welcome eclipse

Configuring Selenium With Eclipse

Before moving to this step, It is assumed that you have eclipse already installed on your system as explained in the post. Note: It might take a little time to load all the images as...

Selenium IDE

Selenium IDE part 1

Before moving ahead, let’s see what we will be covering in this part of selenium tutorial. In this tutorial. we will learn about Selenium IDE (Integrated development Environment) from scratch like installing Selenium IDE...