Author: Shekhar Sharma

SelectByIndex in selenium webdriver

Select random value in the Weblist

In the previous post, we have seen how to work with check boxes and radio button in selenium.In this post, we will see how to Select random value in the Weblist. In any scenario,...

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

Only child in CSS

Writing the First Program in Selenium

In the previous post, we have seen the difference between findelement and findElements methods in selenium. In this post, we will write the first program in selenium. We have already learnt how to create...

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

Navigate and get

Difference between Webdriver get() and navigate()

In the previous post, we have seen how to work with different browsers in selenium. In this post,we will see the difference between Webdriver get() and navigate(). We will use Firefox browser in our demos. The...

browser in selenium

Working with different browsers in selenium

In the previous post, we have seen about Selenium WebDriver and its comparison with Selenium RC. In this post, we will show how to work with different browsers in selenium. We will see working...