britka / playwrightium

Run Selenium or Selenide tests with Playwright Java
Apache License 2.0
55 stars 5 forks source link

#101 driver.findElement() and element.findElement() must throw NoSuchElementException if element is not found. #108

Open BorisOsipov opened 1 week ago

BorisOsipov commented 1 week ago

Fixes #101: methods driver.findElement() and element.findElement() must throw NoSuchElementException if the element is not found.