Webdriver Tutorial

WebDriver Event Listener : Take Screenshot On Exception

When you execute selenium automation testing scripts, there are a lot of times that you want to do something when an event happened. For example: Take screenshots when an exception occurred. Monitor and track the web element status after some action takes place. Log data before or after an action. Log the navigation url to check

WebDriver Event Listener : Take Screenshot On Exception Read More »

Use Selenium Webdriver To Select Options From DropDown List

The select dropdown list is a widely used Html web element in web pages. But how to choose it’s options automatically in selenium automation test scripts? Selenium webdriver provide a class org.openqa.selenium.support.ui.Select to implement this. In this article, we will introduce how to use this class and all it’s methods step by step.

Use Selenium Webdriver To Select Options From DropDown List Read More »