How can i check the property of a button whether it is disabled or not? The below statement is sucessfull for its existence,
@browser.frame(:name => 'MainBody').button(:text => 'Submit').exists?
.. can someone let me know how should i check the disabled property? Thank you!
@browser.frame(:name => 'MainBody').button(:text => 'Submit').enabled?