capybara-webkit/lib
James Adam e67a30fb16 Allow unselecting for select nodes with empty `multiple` attributes.
As well as `<select multiple="multiple" ...>`, it's also valid to
use an empty attribute (i.e. `<select multiple ... >`). In order to
support this, we need to treat `multiple` in the same way as
`disabled` or `checked`.
2012-08-27 09:50:22 -04:00
..
capybara Allow unselecting for select nodes with empty `multiple` attributes. 2012-08-27 09:50:22 -04:00
capybara-webkit.rb Follow the expected gem name/require path 2011-09-26 11:33:25 -03:00
capybara_webkit_builder.rb Use constants for exitstatus 2012-05-25 11:40:11 -04:00