Module: selenium-webdriver/chromeView Sourceclass Driverwebdriver.WebDriver └ DriverCreates a new WebDriver client for Chrome.new Driver(opt_config, opt_service, opt_flow)Parametersopt_config?(Capabilities|Options)=The configuration options.opt_service?DriverService=The session to use; will use the default service by default.opt_flow?webdriver.promise.ControlFlow=The control flow to use, or null to use the currently active flow.Instance MethodssetFileDetector()code ยปThis function is a no-op as file detectors are not supported by this implementation.Overrides: webdriver.WebDriver