The InternetExplorerDriverService type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateDefaultService |
Creates a default instance of the InternetExplorerDriverService.
|
![]() ![]() | CreateDefaultService(String) |
Creates a default instance of the InternetExplorerDriverService using a specified path to the IEDriverServer executable.
|
![]() | Dispose |
Releases all resources associated with this DriverService.
(Inherited from DriverService.) |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Start |
Starts the DriverService.
(Inherited from DriverService.) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Host |
Gets or sets the value of the host adapter on which the IEDriverServer should listen for connections.
|
![]() | IsRunning |
Gets a value indicating whether the service is running.
(Inherited from DriverService.) |
![]() | LibraryExtractionPath |
Gets or sets the path to which the supporting library of the IEDriverServer.exe is extracted.
Defaults to the temp directory if this property is not set.
|
![]() | LogFile |
Gets or sets the location of the log file written to by the IEDriverServer.
|
![]() | LoggingLevel |
Gets or sets the logging level used by the IEDriverServer.
|
![]() | Port |
Gets or sets the port of the service.
(Inherited from DriverService.) |
![]() | ServiceUrl |
Gets the Uri of the service.
(Inherited from DriverService.) |
![]() | SuppressInitialDiagnosticInformation |
Gets or sets a value indicating whether the initial diagnostic information is suppressed
when starting the driver server executable. Defaults to , meaning
diagnostic information should be shown by the driver server executable.
(Inherited from DriverService.) |
See Also