Home » Selenium

Selenium

Selenium Testing

What is Selenium Testing?

Selenium is a set of different tools each with a different approach to support test automation. You can validate web applications on a variety of browsers and platforms.

XPath in Selenium

XPath in Selenium

There are various types of locators in Selenium. A locator defines an address that uniquely identifies a web element within the webpage. Locators tells the Selenium about the web element it needs to perform the action on. XPath is one of the locators in Selenium.… Read More »XPath in Selenium