Chapter 1. Locating Elements
In this chapter, we will cover:
Using browser tools for inspecting elements and page structure
Locating an element using the findElement method
Locating elements using findElements method
Locating links
Locating elements by tag name
Locating elements using CSS selectors
Locating elements using XPath
Locating elements using text
Locating elements using advanced CSS selectors
Using jQuery selectors
Locating table rows and cells
Locating child elements in a table