Method | Description | |
---|---|---|
CreateDefaultService ( ) : |
Creates a default instance of the InternetExplorerDriverService.
|
|
CreateDefaultService ( string driverPath ) : |
Creates a default instance of the InternetExplorerDriverService using a specified path to the IEDriverServer executable.
|
Method | Description | |
---|---|---|
InternetExplorerDriverService ( string executable, int port ) : System |
Initializes a new instance of the InternetExplorerDriverService class.
|
public static CreateDefaultService ( ) : |
||
return |
public static CreateDefaultService ( string driverPath ) : |
||
driverPath | string | The directory containing the IEDriverServer executable. |
return |