In this tutorial, we will learn Locators in Selenium and how to find it when you are writing scripts using Python.

What are the locators available in Selenium?

Types of locators used in Selenium Python are as follows

  1. ID
  2. Name
  3. Class Name
  4. Tag Name
  5. Link Text
  6. Partial Link Text
  7. CSS Selector
  8. XPath

Let’s discuss these Selenium WebDriver locators in detail.

#Python #Selenium

Locators in Selenium Python - Software Testing Material
1.90 GEEK