Selenium WebDriver defines two methods for identifying the elements, they are findElement and findElements.
findElement: This command is used to uniquely identify a web element within the web page.
findElements: This command is used to uniquely identify the list of web elements within the web page.