ChromeDriver Constructor WebDriver
Overload List

  NameDescription
Public methodChromeDriver 
Initializes a new instance of the ChromeDriver class.
Public methodChromeDriver(String)
Initializes a new instance of the ChromeDriver class using the specified path to the directory containing ChromeDriver.exe.
Public methodChromeDriver(ChromeOptions)
Initializes a new instance of the ChromeDriver class using the specified options.
Public methodChromeDriver(String, ChromeOptions)
Initializes a new instance of the ChromeDriver class using the specified path to the directory containing ChromeDriver.exe and options.
Public methodChromeDriver(ChromeDriverService, ChromeOptions)
Initializes a new instance of the ChromeDriver class using the specified ChromeDriverService and options.
Public methodChromeDriver(String, ChromeOptions, TimeSpan)
Initializes a new instance of the ChromeDriver class using the specified path to the directory containing ChromeDriver.exe, options, and command timeout.
Public methodChromeDriver(ChromeDriverService, ChromeOptions, TimeSpan)
Initializes a new instance of the ChromeDriver class using the specified ChromeDriverService.
Back to Top
See Also