InternetExplorerDriverService MembersWebDriver

The InternetExplorerDriverService type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateDefaultService 
Creates a default instance of the InternetExplorerDriverService.
Public methodStatic memberCreateDefaultService(String)
Creates a default instance of the InternetExplorerDriverService using a specified path to the IEDriverServer executable.
Public methodDispose 
Releases all resources associated with this DriverService.
(Inherited from DriverService.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStart
Starts the DriverService.
(Inherited from DriverService.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyHost
Gets or sets the value of the host adapter on which the IEDriverServer should listen for connections.
Public propertyIsRunning
Gets a value indicating whether the service is running.
(Inherited from DriverService.)
Public propertyLibraryExtractionPath
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.
Public propertyLogFile
Gets or sets the location of the log file written to by the IEDriverServer.
Public propertyLoggingLevel
Gets or sets the logging level used by the IEDriverServer.
Public propertyPort
Gets or sets the port of the service.
(Inherited from DriverService.)
Public propertyServiceUrl
Gets the Uri of the service.
(Inherited from DriverService.)
Public propertySuppressInitialDiagnosticInformation
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.)
Back to Top
See Also