Quality is delighting customers
Hi, Can any one explain the difference between findElement and findElements with example.
Tags:
findElement - it will return the first Webelement find by the locator specified.
example = say you wanted to click on some element
findElements = this returns a list of webelement found by the given selector.
example = say you wanted to get all items in a table then wanted to perform operation on them one by one.
© 2019 Created by Quality Testing.
Powered by