bodhi
|
500aff259e
|
Fix rack driver to support buttons with no 'type' attribute
(type defaults to 'submit' according to HTML 4/5 specs)
|
2010-10-06 13:08:36 +11:00 |
|
Rob Holland
|
55476db4bd
|
Fix the rack driver to favour option's value attributes over their content.
|
2010-10-04 21:17:07 +01:00 |
|
Jonas Nicklas
|
13785e49c8
|
Textareas shouldn't be self-closing
|
2010-08-21 17:09:10 +02:00 |
|
Jon Distad and Chris Redinger
|
21a1e788b4
|
disabled inputs/selects/textareas are not put in params for the rack driver
|
2010-08-21 16:30:55 +02:00 |
|
Jonas Nicklas
|
77168519a1
|
Wrap driver nodes in new Node class which inherits from session
|
2010-07-10 01:51:20 +02:00 |
|
Steven Parkes
|
5cf2b55cca
|
Add test so that will fail on incorrectly scoped selects
|
2010-07-01 19:45:02 -07:00 |
|
Jonas Nicklas
|
a94f9949d5
|
Merge remote branch 'ursm/input-without-type'
Conflicts:
lib/capybara/driver/rack_test_driver.rb
lib/capybara/driver/selenium_driver.rb
|
2010-06-19 17:46:54 +02:00 |
|
Jonathon Padfield
|
c6918f307c
|
Fixed the xpath when selecting an option so that it should match labels with preceding or trailing whitespace.
|
2010-06-01 13:16:58 +10:00 |
|
Keita Urashima
|
37e3012009
|
Add spec, all specs were made to pass.
|
2010-05-20 20:43:16 +09:00 |
|
Jonas Nicklas
|
cbb42a1da7
|
XPath escape value in select/unselect under rack-test
|
2010-04-26 17:23:34 +02:00 |
|
Jonas Nicklas
|
cf1aa4d073
|
Moved shared specs into lib directory
This way, implementations of other drivers can
use the specs to verify that they are working
correctly.
|
2010-04-09 16:41:35 +02:00 |
|