Class: Capybara::Selenium::PatchedDriver

Inherits:
Driver
  • Object
show all
Defined in:
lib/howitzer/utils/capybara_patched.rb

Constant Summary collapse

RETRY_ON =
[
    ::Selenium::WebDriver::Error::UnhandledError,
    ::Selenium::WebDriver::Error::UnknownError,
    ::Selenium::WebDriver::Error::InvalidSelectorError
]