kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

fix: re-adding in exception handling + null checks for boolean inspections #112

Closed Proryanator closed 2 years ago

Proryanator commented 2 years ago

This resolves #111 and makes all the boolean inspection methods, isDisplayed(), isEnabled(), isActive() and hasClass() return false when their conditions fail or there's some other exception.

kgress commented 2 years ago

You mentioned it already, but some tests to check for the false return would be nice :D

Proryanator commented 2 years ago

You mentioned it already, but some tests to check for the false return would be nice :D

Will do working on those now 👍