lecture 8 of 220 completed

Acting on the page

click, sendKeys, clear and Select. The element must be found before it can be used.

What you'll learn

  • The actions that cover most of what a user does
  • Why an element must be found before it can be used
  • What to do when an action is refused

Every test is made of two things: actions and checks. You have seen checks already. Now let's cover the actions.

In Selenium an action always has two steps: find the element, then act on it.

members only

Keep reading with the full course

The Foundations track and the first 5 lectures of each framework are free. This lecture is part of the paid course, which unlocks every lecture, all three frameworks, and downloads.

See the options →