Support element subtype boolean selectors
p0deje opened this issue · 0 comments
p0deje commented
We can currently allow stuff like:
select_list :blah, visible: true
However, it'd be great to allow:
select_list :blah, selected: 'Default'
It's not possible right now, because we check boolean methods on Watir::Element
, not on Watir::Select
.