Class: Selenium::WebDriver::Remote::Bridge
- Inherits:
-
Object
- Object
- Selenium::WebDriver::Remote::Bridge
- Defined in:
- lib/howitzer/capybara_helpers.rb
Overview
rubocop:disable Style/Documentation
Class Method Summary collapse
Class Method Details
.handshake(opts = {}) ⇒ Object
17 18 19 |
# File 'lib/howitzer/capybara_helpers.rb', line 17 def handshake(opts = {}) original_handshake(**opts) end |
.original_handshake ⇒ Object
15 |
# File 'lib/howitzer/capybara_helpers.rb', line 15 alias original_handshake handshake |