Selenium – Understanding Object Identification
In previous two posts I have explained how to setup a sample web application, recording and playing back tests with Selenium IDE. Now, we will understand how Selenium identifies the objects on the Application Under Test. To identify the objects such as Links, Buttons, Edit boxes, Drop downs, etc on the application Selenium uses a …