Hello All,
In this video I have explain difference between findElement() and findElements() in selenium WebDriver
1.findElement()
findElement() help to identify one single webelement
findElement() return single WebElement Object
findElement() throws Exception if Element not found
2.findElements()
findElements() help to identify multiple webelements
findElements() return List of WebElements Objects
findElements() never throws any exception
I hope this will help you!
Happy learning!
Thanks,
Priyanka