Element Locator
Taken directly from selenium documentation

Element Locators tell Selenium which HTML element a command refers to. The format of a locator is:

locatorType = argument

We support the following strategies for locating elements:

Without an explicit locator prefix, Selenium uses the following default strategies: