Which Selenium selector is best?

Which Selenium selector is best?

Selenium Webdriver use Locators to interact with WebElement in Web Application. There are7 different Selectors WebDriver use to locate Elements.Unique ID of the element is always fastest way to locate elements.