p0deje/watirsome

Support element subtype boolean selectors

p0deje opened this issue · 0 comments

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.