Selenium Locators
	
									There are different locators like:
									@FindBy(className = "...")
									@FindBy(name = "...")
									@FindBy(linkText = "...")
									@FindBy(tagName = "...")
									@FindBy(id = "...")
									@FindBy(xpath = "....")
									@FindBy(css = ".....")
									From these xpath & css selector are relatively difficult to understand. They can be used as: