Saturday, February 14, 2015

How to perform different operations on Radio Buttons using webdriver

In the below video i demonstrated about how to perform different operation on Radio Buttons using WebDriver.


You can find the code snippet i used during demonstration at the following GitHub location(Click on the below link):
How to perform different operations on Radio Buttons using webdriver

Friday, February 6, 2015

Thursday, February 5, 2015

How to right click on a webelement using webdriver

In the below video i demonstrated about how to right click on a webelement using selenium webdriver.


You can find the code snippet i used during demonstration at the following GitHub location(Click on the below link):
How to right click on a webelement using webdriver

How to perform drag and drop operation using webdriver

In the below video i demonstrated about how to perform drag and drop operation using webdriver.


You can find the code snippet i used during demonstration at the following GitHub location(Click on the below link):
How to perform drag and drop operation using webdriver

Wednesday, February 4, 2015

How to switch between multiple browser windows using webdriber

In the below video i demonstrated about how to switch between different browser windows using WebDriver.


You can find the code snippet i used during demonstration at the following GitHub location(Click on the below link):
Switch between Windows

How to switch between different frames using webdriver


In the below video i demonstrated about how to switch between different frames using Selenium WebDriver.


You can find the code snippet i used during demonstration at the following GitHub location(Click on the below link):
WebDriver code to switch between frames

How to handle JavaScript alerts or dialog boxes

In the below video i demonstrated about how to handle JavaScript alerts or dialog boxes i.e AlertBox, ConformationBox, PopupBox.


Please find the code snippet that i used during demonstration at below GitHub location(Click on below link):
WebDriver code to hand java alerts