Selenium Tutorial for Beginners
Complete Selenium tutorial with Java setup, Eclipse configuration, JUnit setup, and essential Selenium element locators explained step by step.
Complete Selenium tutorial with Java setup, Eclipse configuration, JUnit setup, and essential Selenium element locators explained step by step.
SELENIUM WEBDRIVER TUTORIALS PART TWO Software testing industry is growing day by day and usage of selenium webdriver in software testing process is also increasing very fast. It is very important to learn selenium webdriver if you wants to stay on top in software testing industry. Bellow given selenium webdriver tutorials will helps you to … Read more
So in last article we have seen how to locate the WebElement using four locators and those are Name, Id, Partial Link Text and Link Text. Now in this article we are going to see the remaining four locators. Let’s start looking at them one by one. Locating element By Xpath: Xpath functions are very … Read more
In this article, we are going to see how we can locate the web element to perform an action on it. Web element is the elements which are present on a webpage. Button, link, images, text boxes etc. this all are called as web element. So why do we need to locate the WebElement? The … Read more