Introduction
  • What are web locators
  • The DOM
  • The Console; testing tool
  • Why we need web locators
  • properties of a good web locator
Identifying web elements by ID
  • Learn about IDs in the web page
Identifying web elements by classname
  • how to find and use class name
other ways to identify web locators
  • Other properties of web locators and how to use them
identifying web locators by XPath
  • What's an XPath
  • When to use an XPath
  • searching the dom
  • Searching by name in XPath
  • ancestor/descendant in XPath
  • following/preceding in XPath
  • Sibling in XPath