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 #142

Closed hebbmcclure closed 2 years ago

hebbmcclure commented 2 years ago

This solution isn't a new annotation. There's a new constructor that allows for setting whether the element is hidden. The isHidden field defaults to false.