Open BorisOsipov opened 1 week ago
Fixes #101: methods driver.findElement() and element.findElement() must throw NoSuchElementException if the element is not found.
driver.findElement()
element.findElement()
NoSuchElementException
Fixes #101: methods
driver.findElement()
andelement.findElement()
must throwNoSuchElementException
if the element is not found.