XPath in Selenium: A Complete Tutorial


Syntaxtechnologies

Uploaded on Jul 26, 2022

Category Education

Locating web elements is an important aspect of web application automation and a core activity in automation script development. The identification of HTML elements is made possible through definite attributes like id, class, name and so on. However, in certain cases, it might so happen that there might be no unique attributes associated with web elements. In such a case, the mechanism through which location of web elements is facilitated is through XPath in Selenium Automation Testing. It acts as a query language which helps extract entities from the Document Object Model (DOM).

Category Education

Comments