kgress / scaffold

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

Support for new annotation for allowing use of hidden elements #136

Closed Proryanator closed 2 years ago

Proryanator commented 2 years ago

Summary

However this does mean that an element that resolves to element.isDisplayed() == false will throw a TimeoutException and will not be usable.

Also, the default waiting mechanism is removed from the hidden element, so if any extra waiting is necessary it would be on the end-user to make any extra wait calls on their own.

A/C

kgress commented 2 years ago

The work for this ticket was merged in with https://github.com/kgress/scaffold/pull/142.