Commit Graph

15 Commits

Author SHA1 Message Date
Jonas Nicklas 297dd7349b Nicer warnings when option not found for select 2010-01-30 01:02:26 +01:00
Jonas Nicklas ecdc2bd8c5 visit now allow fully qualified URLs.
This also introduces Capybara.run_server, which
controls whether Capybara will spool up a server
or not.
2010-01-17 17:40:26 +01:00
Jonas Nicklas 49cfacba1f Differentiate between source and body
source returns the unmodified page source
body returns the current dom html
2010-01-01 23:58:59 +01:00
Jonas Nicklas fe07c83f54 More Whitespace! 2010-01-01 22:46:05 +01:00
Jonas Nicklas b096370c65 Publically expose the browser objects 2010-01-01 20:13:54 +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 42c97832ce Node#visible? 2009-12-22 15:13:55 -05:00
Jonas Nicklas d8c8cd6bfb Added specs for running against a remote server
Also fixed an issue with the URL:s
2009-12-19 12:34:34 +01:00
Jonas Nicklas 6fe3206185 Whitespace 2009-12-19 11:34:26 +01: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
Lenny Marks 481e912c5b Brought back Culerity driver now as subclass of Celerity. Hash style driver options replaced. Capybara.app_host for connecting to running app. 2009-12-18 11:40:51 -05:00
Lenny Marks 1604046fe7 Merge branch 'lenny'
Conflicts:
	lib/capybara/driver/culerity_driver.rb
	lib/capybara/driver/rack_test_driver.rb
	lib/capybara/driver/selenium_driver.rb
	lib/capybara/session.rb
2009-12-17 23:10:42 -05:00
Lenny Marks 083382b675 Let driver implementations provde a #response(RackResponse) so that Session can get body and response_headers 2009-12-17 18:29:34 -05:00
Lenny Marks 70797113be Use Celerity without Culerity by default for JRuby; Configurable driver options; Celerity driver can now connect directly to remote(running) app. 2009-12-16 15:55:12 -05:00
Lenny Marks 4e7ce11372 Ranamed culerity_driver to celerity_driver(Celerity via Culerity or just Celerity) 2009-12-16 15:42:37 -05:00