Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'isInvisible()' returns true on 'NoSuchElementException' (#8063)
The 'isInvisible()' method, when encountered with 'NoSuchElementException' causes 'TimeoutException', whereas, it should return true. Because if the element id not in DOM, it should be treated as invisible Fixes #7518 Co-authored-by: Rahul Shah <[email protected]> Co-authored-by: David Burns <[email protected]>
- Loading branch information