• Background Image

    Selenium Identifying Elements

    June 19, 2017

June 19, 2017

Selenium Identifying Elements

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 …).

In this lesson you will learn:

  • Finding Elements
  • Finding Static Elements
  • Finding Dynamic Elements

Prerequisites:

Ideally, you should complete these lessons first:

Get Started:

Code Downloads: