Thursday 17 December 2015

Explain what is the difference between find elements () and find element () ?

find element ():
 It finds the first element within the current page using the given “locating mechanism”. It returns a single WebElement
 findElements () : Using the given “locating mechanism” find all the elements within the current page. It returns a list of web elements.

No comments:

Post a Comment