Module: AutomationHelpers
- Defined in:
- lib/automation_helpers.rb,
lib/automation_helpers/version.rb,
lib/automation_helpers/patches/base.rb,
lib/automation_helpers/drivers/local.rb,
lib/automation_helpers/drivers/remote.rb,
lib/automation_helpers/drivers/v4/local.rb,
lib/automation_helpers/drivers/v4/remote.rb,
lib/automation_helpers/drivers/v4/options.rb,
lib/automation_helpers/patches/http_cookie.rb,
lib/automation_helpers/drivers/browserstack.rb,
lib/automation_helpers/drivers/v4/browserstack.rb,
lib/automation_helpers/drivers/v4/capabilities.rb,
lib/automation_helpers/patches/capybara_safari.rb,
lib/automation_helpers/patches/capybara_window.rb,
lib/automation_helpers/patches/selenium_logger.rb
Overview
AutomationHelpers namespace
Defined Under Namespace
Constant Summary collapse
- VERSION =
'7.1'
Class Attribute Summary collapse
-
.chrome_log_path ⇒ Object
Returns the value of attribute chrome_log_path.
Class Attribute Details
.chrome_log_path ⇒ Object
Returns the value of attribute chrome_log_path.
11 12 13 |
# File 'lib/automation_helpers.rb', line 11 def chrome_log_path @chrome_log_path end |