Path: blob/trunk/rb/sig/lib/selenium/webdriver/chrome/options.rbs
4147 views
module Selenium
module WebDriver
module Chrome
class Options < Chromium::Options
KEY: String
BROWSER: String
private
def enable_logging: (untyped browser_options) -> untyped
def binary_path: () -> untyped
end
end
end
end