What are the different types of elements handling in selenium
Answers
Answered by
0
Answer:
Difference between FindElement & FindElements Commands. The difference between findElement() and findElements() method is the first returns a WebElement object otherwise it throws an exception and the latter returns a List of WebElements, it can return an empty list if no DOM elements match the query.
Similar questions