capybara-ui icon indicating copy to clipboard operation
capybara-ui copied to clipboard

widget#value returns text

Open adsteel opened this issue 10 years ago • 0 comments

This is a problem if one is using a widget to get the actual value attribute.

widget(:my_input).value
=> ""
widget(:my_input).root.value
=> "My value"

adsteel avatar Jan 20 '16 23:01 adsteel