• Background Image

    Selenium Identifying Elements: Screencast

    June 27, 2017

June 27, 2017

Selenium Identifying Elements: Screencast

To work with a page under test using Selenium you will need to first be able to identify different elements on the page. Only after an element has been identified successfully it is possible to interact with it (e.g. clicking, text input …).