Method: Selenium::WebDriver::Chromium::Features#send_command

Defined in:
lib/selenium/webdriver/chromium/features.rb

#send_command(command_params) ⇒ Object

[View source]

78
79
80
# File 'lib/selenium/webdriver/chromium/features.rb', line 78

def send_command(command_params)
  execute :send_command, {}, command_params
end