Selector.findElement(elements, expression[, index = 0]) → Element
Selector.findElement(elements[, index = 0]) → Element
Returns the index
th element in the collection that matches
expression
.
Returns the index
th element overall if expression
is not given.