July 2017
Intermediate to advanced
454 pages
10h 1m
English
In the preceding section, we saw a list of the most frequently used methods to select or target an element or multiple elements in the page.
To use the previously discussed methods, you need to mention explicitly whether you need to target a specific element or if we are expecting a group of elements to be returned.
In this section, let's learn about available methods and ways to target/select elements in our test script. We can target one or more elements in one go.
We can use almost all attributes, properties, and custom directives to target specific elements.
Let's take a look at some of the ways we can target elements in the test script:
Read now
Unlock full access