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.
click, sendKeys, clear and Select. The element must be found before it can be used.
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
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 →