Overload List
Name | Description | |
---|---|---|
![]() | InternetExplorerDriver |
Initializes a new instance of the InternetExplorerDriver class.
|
![]() | InternetExplorerDriver(String) |
Initializes a new instance of the InternetExplorerDriver class using the specified path
to the directory containing IEDriverServer.exe.
|
![]() | InternetExplorerDriver(InternetExplorerOptions) |
Initializes a new instance of the InternetExplorerDriver class with the desired
options.
|
![]() | InternetExplorerDriver(String, InternetExplorerOptions) |
Initializes a new instance of the InternetExplorerDriver class using the specified path
to the directory containing IEDriverServer.exe and options.
|
![]() | InternetExplorerDriver(InternetExplorerDriverService, InternetExplorerOptions) |
Initializes a new instance of the InternetExplorerDriver class using the specified
InternetExplorerDriverService and options.
|
![]() | InternetExplorerDriver(String, InternetExplorerOptions, TimeSpan) |
Initializes a new instance of the InternetExplorerDriver class using the specified path
to the directory containing IEDriverServer.exe, options, and command timeout.
|
![]() | InternetExplorerDriver(InternetExplorerDriverService, InternetExplorerOptions, TimeSpan) |
Initializes a new instance of the InternetExplorerDriver class using the specified
DriverService, InternetExplorerOptions, and command timeout.
|
See Also