Inspect elements in Chrome with Developer Tools
In this tutorial, we will learn to inspect elements in Google Chrome browser with Developer Tools. Developer tools are in-built in the browser.
Selenium
In this tutorial, we will learn to inspect elements in Google Chrome browser with Developer Tools. Developer tools are in-built in the browser.
In this tutorial, we will learn how to find elements By XPath in Selenium Webdriver tests. XPath stands for XML path. It is the standard navigation tool and query language
Partial link text helps to locate element with hyperlink texts which matches partially. If we specify a partial link text that has multiple matches, only the first match
In this tutorial, we will learn to find link using By.linkText() method in Selenium Webdriver automation test scripts.
In this tutorial, we will learn how to locate elements using By Tagname in Selenium Webdriver automation scripts. Using TagName is very generic and may result in one or more
In this tutorial, we will learn to find element on a web page using the attribute Name of the page element. We can use the By.name() method to locate the element with name attribute.