Category: Selenium Tutorial

webtable handling in selenium

Working with WebTables in Selenium

In the previous post, we have seen how to work with the different kind of Pop-ups in Selenium.In this post,we will see the working with WebTables in Selenium WebTable is a very common feature...

Browser Cookies in selenium

Handle cookies in Selenium WebDriver

In the previous post, we have seen how to work with multiple browser windows.In this post, we will learn how to Handle cookies in Selenium WebDriver. What is a cookie? Cookies are small text files...

Multiple browser

Work with multiple browser windows

In the previous post,we have seen how to enter data into edit boxes and click on button. In this post ,we will see how to work with multiple browser windows. This situation may come in...

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