{"id":7547,"date":"2021-07-04T12:26:31","date_gmt":"2021-07-04T06:56:31","guid":{"rendered":"https:\/\/python-programs.com\/?p=7547"},"modified":"2021-11-22T18:53:25","modified_gmt":"2021-11-22T13:23:25","slug":"locators-in-selenium","status":"publish","type":"post","link":"https:\/\/python-programs.com\/locators-in-selenium\/","title":{"rendered":"Locators in Selenium- How To Locate Elements On Web-page?"},"content":{"rendered":"

Selenium Python – Locators in Selenium<\/h2>\n

Introduction<\/strong><\/p>\n

When we try to automate a web application, there are two important steps to consider. One is to identify the object uniquely on which we would want to perform the action. The second is to perform the action on the identified object. To identify the object uniquely on the web page, Selenium provides us with some locator strategies. In this chapter, we will discuss and explore them.<\/p>\n

Structure<\/strong><\/p>\n