Identifying elements in the page | Inspect attributes like id, class, name etc of an element
In the Previous Tutorial, we wrote and run our very first Selenium script. In this tutorial, we will explore different ways of identifying elements in a web page. We’ll try to uniquely identify elements in the page using its one of the following attributes – id attribute name attribute class attribute What is a UI element in a web …