Selenium WebDriver Tutorial

Downloading and Configuring Selenium Webdriver in Eclipse with TestNG plugin installation

Downloading and Configuring Selenium WebDriver in Eclipse Steps: To Download Selenium WebDriver jar file  Go to https://www.selenium.dev/downloads/ Now Click on 3.141.59 under the label shown in Image Now Open Eclipse and Create one Java project Right Click on Left-hand side in Eclipse under Package Explorer like in Image Select NEW|JAVA PROJECT as marked in Image …

Downloading and Configuring Selenium Webdriver in Eclipse with TestNG plugin installation Read More »

Using Firebug in Selenium WebDriver to find Xpath and CSS Selector

Finding xpath using Firebug in Selenium WebDriver is so easy, So the People who have been dirtying their hand in automation with selenium would be familiar with the pain of failing test due to wrong element locator and because they don’t get the right way to find out the Xpaths, CSS path . Firebug is …

Using Firebug in Selenium WebDriver to find Xpath and CSS Selector Read More »

How To Write XPath In Selenium WebDriver With Example?

Most difficult thing in Selenium is finding correct Locators, Here we are going to see how to find xpath in Selenium but before that we are going to see the division of  of object/element  Identification, Locator (xpath, css and other locators ) are divided in three category. these are as follows 1)      Location based Identification 2)      Cell based Identification …

How To Write XPath In Selenium WebDriver With Example? Read More »

Scroll to Top
Scroll to Top