Module: Selenium::WebDriver::LocalDriver

Includes:
_Driver
Included in:
Firefox::Driver
Defined in:
sig/gems/selenium/local_driver.rbs

Instance Method Summary collapse

Methods included from _Driver

#bridge, #browser, #capabilities, #devtools_address, #devtools_url, #devtools_version, #ref, #service_url

Instance Method Details

#initialize_local_driverArray[untyped]

Parameters:

  • options (Object)
  • service (Object)
  • url (Object)

Returns:

  • (Array[untyped])


6
# File 'sig/gems/selenium/local_driver.rbs', line 6

def initialize_local_driver: (untyped options, untyped service, untyped url) -> Array[untyped]

#process_optionsObject

Parameters:

  • options (Object)
  • service (Object)

Returns:

  • (Object)


8
# File 'sig/gems/selenium/local_driver.rbs', line 8

def process_options: (untyped options, untyped service) -> untyped