Overload List
Name | Description | |
---|---|---|
![]() | ChromeDriver |
Initializes a new instance of the ChromeDriver class.
|
![]() | ChromeDriver(String) |
Initializes a new instance of the ChromeDriver class using the specified path
to the directory containing ChromeDriver.exe.
|
![]() | ChromeDriver(ChromeOptions) |
Initializes a new instance of the ChromeDriver class using the specified options.
|
![]() | ChromeDriver(String, ChromeOptions) |
Initializes a new instance of the ChromeDriver class using the specified path
to the directory containing ChromeDriver.exe and options.
|
![]() | ChromeDriver(ChromeDriverService, ChromeOptions) |
Initializes a new instance of the ChromeDriver class using the specified
ChromeDriverService and options.
|
![]() | ChromeDriver(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.
|
![]() | ChromeDriver(ChromeDriverService, ChromeOptions, TimeSpan) |
Initializes a new instance of the ChromeDriver class using the specified ChromeDriverService.
|
See Also