Closed Proryanator closed 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.
isDisplayed(), isEnabled(), isActive() and hasClass()
You mentioned it already, but some tests to check for the false return would be nice :D
Will do working on those now 👍
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.