Commit Graph

13 Commits

Author SHA1 Message Date
David Tengdin and Matthew Horan cfe1e57884 Implement Driver#find_css and Node#find_css 2013-02-25 21:24:22 -05:00
Matthew Horan fda0894f76 Implement Browser#title 2013-02-18 20:52:32 -05:00
Matthew Horan ca8b3a2c0c Frame focus via Capybara::Element
Fixes #465.
2013-02-18 20:52:32 -05:00
Matthew Horan be6a055687 Capybara should retry when ClickFailed is raised 2013-02-09 23:35:52 -05:00
Joe Ferris c47f0a12b3 Add Driver#version to print version info
* Prints version of major components
* Includes capybara, capybara-webkit, Qt, WebKit, QtWebKit
* Useful for debugging available features
2013-02-07 10:29:53 -05:00
Matthew Horan 7ace6dce54 Remove the Source command 2012-11-30 21:38:56 -05:00
Matthew Horan e983c63008 Remove RequestedUrl command 2012-11-30 21:38:56 -05:00
Matthew Horan c1682d2bfd Remove Driver#wait_until 2012-11-30 21:38:56 -05:00
Matthew Horan f0a2d64550 Rename Driver#body to Driver#html 2012-11-30 21:38:56 -05:00
Matthew Horan 32b92adb32 Driver#render renamed to Driver#save_screenshot 2012-11-30 21:38:55 -05:00
Matthew Horan 61a6561d62 Session is responsible for starting server 2012-11-30 21:38:55 -05:00
Dan Ivovich e677cb9c8e Control JavaScript confirmation dialogs from Ruby
Adds #alert_messages, #confirm_messages, #prompt_messages,
 #accept_js_confirms!, #dismiss_js_confirms, #accept_js_prompts!,
 #dismiss_js_prompts, and #js_prompt_input= .
2012-07-13 10:12:49 -07:00
Joe Ferris 259a38f206 Follow new capybara driver naming/module conventions 2012-07-08 12:31:18 -07:00