jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

Feature Request: Enabled/Disabled Status #9

Closed myungs closed 13 years ago

myungs commented 13 years ago

Like the Watir API, the ability to see if an element is enabled or disabled. I could see this functionality could be used for button, radio, checkbox, text_field and tables.

e.g. @window.button(:name => "Start").enabled? @window.button(:name => "Start").disabled?

snscaimito commented 13 years ago

We have support for that now

myungs commented 13 years ago

Can we add the support for text_fields, checkboxes, radio and select_lists?

snscaimito commented 13 years ago

Please add another vote

snscaimito commented 13 years ago

added specs and functionality for text_field, checkbox, radio, select_list

myungs commented 13 years ago

Working for text_fields, checkboxes, radio, and buttons. Closing.