Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/local_driver.rbs
4116 views
module Selenium
module WebDriver
module LocalDriver
include _Driver
def initialize_local_driver: (untyped options, untyped service, untyped url) ?{ (untyped, untyped) -> void } -> void
def process_options: (untyped options, untyped service) -> untyped
end
end
end