Class: Selenium::WebDriver::Remote::Bridge

Inherits:
Object
  • Object
show all
Defined in:
lib/selenium_patch/commands_patch.rb

Constant Summary collapse

PATCHED_COMMANDS =
patched_commands.merge!(COMMANDS).freeze

Instance Method Summary collapse

Instance Method Details

#commands(command) ⇒ Object



32
33
34
# File 'lib/selenium_patch/commands_patch.rb', line 32

def commands(command)
  PATCHED_COMMANDS[command]
end