kgress / scaffold

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

feat: Support for new annotation for allowing use of hidden elements (issue #136) #141

Closed hebbmcclure closed 2 years ago

hebbmcclure commented 2 years ago

An implementation to add the requested feature of a HiddenElement annotation that will allow the bypass of waitUntilDisplayed().

hebbmcclure commented 2 years ago

Closing, Going to put up another with a different approach.