Commit Graph

18 Commits

Author SHA1 Message Date
Ryunosuke SATO 1c161c6092 Support `Capybara::Session#save_screenshot` 2012-07-10 13:52:13 +09:00
Jonas Nicklas cc05b1d63b Raise an error when there are multiple elements found 2012-02-01 13:24:13 +01:00
Marco Antonio 594e7b684b Replicating the issue with capitalized data-method value 2011-10-18 10:41:44 -02:00
Jonas Nicklas 68c44fa735 Set default for respect data method to true 2011-09-04 20:26:14 +02:00
Jonas Nicklas and Kim Burgestrand 0188693ced Added option for rack-test driver to disable data method hack closes #184 2011-08-30 11:20:29 +02:00
Jonas Nicklas 8ce6d4eb9d Split up rack-test driver into multiple classes 2011-04-05 17:42:12 +02:00
Jonas Nicklas 29898295dc Fixes issue with multipart forms being submitted as x-www-form-urlencoded when they contain an empty file field 2010-12-06 01:35:07 -06:00
Bernerd Schaefer 409c4cdd49 Remove constant redefined warnings in suite 2010-09-17 19:10:16 -05:00
Nicklas Ramhöj 844bd776ae Use same session in all specs
This prevents most of all Selenium from opening
dozens of browser windows.
2010-09-07 18:20:04 +02:00
Gareth Townsend d1fc4d6e1a Rename response_code to status_code for consistency.
Update selenium specs to ensure that it raises the Capybara::NotSupportedByDriverError error.
2010-06-07 13:14:40 +10:00
Gareth Townsend d80471982d Implement status_code method for rack_test_driver. 2010-06-07 11:45:09 +10:00
Gareth Townsend 072e697130 Implemented a response_code method in the Capybara::Driver::Base class that raises Capybara::NotSupportedByDriverError. 2010-06-07 11:13:57 +10:00
José Valim 58d4d0caf7 Rack-test should use data-method if available in links. 2010-04-09 14:08:40 +02:00
Lenny Marks 598ccb3826 Session integration & specs for response_headers 2009-12-18 13:33:36 -05:00
Jonas Nicklas d183409d19 Merge remote branch 'denro/evaluate_script'
Conflicts:
	lib/capybara.rb
	lib/capybara/driver/selenium_driver.rb
	lib/capybara/dsl.rb
	spec/session/culerity_session_spec.rb
	spec/session/selenium_session_spec.rb
	spec/session_spec.rb
2009-12-12 21:56:32 +01:00
Dennis Rogenius 525ba2d654 removed whitespace and added dsl shortcut to evaluate_script method 2009-12-12 13:33:00 +01:00
Theo Hultberg and Jonas Nicklas 6b099a4a33 renamed to capybara 2009-11-16 22:02:16 +01:00
Jonas Nicklas 70b455c186 Split up session specs so we can run them individually 2009-11-07 20:44:45 +01:00