Introduction to Locators We all know that a website contains a number of elements so it's typical to find any specific element on a webpage. So in Selenium we have Locators which helps to find elements from the website. Locators are defined as a unique command that is used to identify web elements with in the webpage. Which is used to instruct Selenium IDE which GUI element like- Button, textbox, checkbox, alerts, input-fields needs to be operated. As GUI elements are predefined but in automation selecting an accurate GUI element being a typical task. If you chose a wrong GUI element then your task will not be performed it will show an error like " element not found". Therefore, before executing any task ensure that you have selected a correct locator. Now after understanding this, let's dive deeper into various types of Locators. After entering into a webpage you need to have an accurate approach of selecting a web element. And here you will get a number of web-e