Category: Selenium Tutorial

Verify toolTip using Selenium Webdriver

Verify toolTip using Selenium Webdriver

In this post, we will see how to verify toolTip using Selenium Webdriver. Tooltip is the text that appears when mouse hovers over an object like link, button, image etc. Sometimes, it is a...

HTMlUnit driver

HTMLUnit Driver

HTMLUnit Driver is currently the fastest and most light weight implementation of WebDriver. It is based on HTMLUnit (This is a Java framework for testing webapps.) It is also known as Headless Browser Driver....