1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/lib/capybara
Jonas Nicklas c67dceb537 select/unselect do not require a from option
This way they can more conveniently be called on
a found element. E.g.:

find('#my_select').select('Some option')
2010-10-03 19:15:40 +02:00
..
driver Renamed "within_popup" to "within_window" 2010-09-26 17:58:39 +02:00
node select/unselect do not require a from option 2010-10-03 19:15:40 +02:00
spec select/unselect do not require a from option 2010-10-03 19:15:40 +02:00
util Move utils into own folder 2010-07-10 03:06:44 +02:00
cucumber.rb Added @celerity tag for cucumber 2010-01-01 18:00:04 +01:00
dsl.rb Capybara.reset! as an alias to Capybara.reset_sessions! 2010-09-07 18:33:43 +02:00
node.rb Add Capybara.deprecate 2010-09-18 18:51:33 -05:00
rails.rb Set sensible save_and_open_page_path by default 2010-07-11 13:51:22 +02:00
selector.rb Nicer implementation of :id selector 2010-08-27 21:07:08 +02:00
server.rb use Capybara.server_port if specified 2010-09-02 15:03:49 +02:00
session.rb Renamed "within_popup" to "within_window" 2010-09-26 17:58:39 +02:00
version.rb tagged 0.3.9 2010-07-03 21:47:33 +02:00