WebDriver Tutorial

webdriver exam cases

Selenium WebDriver Sample Test Case ---------------------------------------------------   Operating Environment: MS Windows Programming Language: Java IDE: Eclipse: ------------------------ WebDriver Environment Setup:   ----…

WebDriver Methods

Selenium WebDriver Methods 1) get() Method It opens specified URL inwards the Browser window Syntax: driverObject.get("URL") Example: driver.get("http://www.google.com"); -------------------------------------…

Load More
That is All