1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/lib
Sean Geoghegan da93136a9c Add configurable timeouts to commands.
Timeouts can be set using browser.timeout = <seconds>.
When a command or page load takes longer the specified
timeout a Capybara::TimeoutError will be raised. Calls
to reset! will reset the timeout. You can also clear
the timeout by setting it to -1.

The timeout is implemented as a Command decorator.
2012-07-18 20:27:44 -07:00
..
capybara Add configurable timeouts to commands. 2012-07-18 20:27:44 -07:00
capybara-webkit.rb Follow the expected gem name/require path 2011-09-26 11:33:25 -03:00
capybara_webkit_builder.rb Use constants for exitstatus 2012-05-25 11:40:11 -04:00