1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Jonas Nicklas
9a19b758ca All drivers now support relative searching
There is a bug in Selenium, which causes it to
find only descendant nodes, even when asked for
a global search. Bug filed here:

http://code.google.com/p/selenium/issues/detail?id=403
2010-02-26 18:38:27 +01:00
Lenny Marks
ee49df6561 Pulled out find/have methods into Searchable module to be shared by Session and Node(for relative searching) 2009-12-24 00:41:34 -05:00
Lenny Marks
5c22edb7cd Trashing Driver::Base#response in favor of #response_headers. Not supported by all browsers(e.g. Selenium) 2009-12-18 12:50:55 -05:00
Theo Hultberg and Jonas Nicklas
6b099a4a33 renamed to capybara 2009-11-16 22:02:16 +01:00
Jonas Nicklas
8706b7641c Move driver specs into own directory 2009-11-07 18:55:55 +01:00
Renamed from spec/rack_test_driver_spec.rb (Browse further)