FirefoxBinary MethodsWebDriver
The FirefoxBinary type exposes the following members.
Methods

  NameDescription
Public methodClean
Initializes the binary with the specified profile.
Public methodCreateProfile
Creates a named profile for Firefox.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodQuit
Stops the execution of this FirefoxBinary, terminating the process if necessary.
Public methodSetEnvironmentProperty
Sets a variable to be used in the Firefox execution environment.
Protected methodStartFirefoxProcess
Starts the Firefox process.
Public methodStartProfile
Starts Firefox using the specified profile and command-line arguments.
Public methodToString
Returns a OnlineString that represents the current OnlineObject.
(Overrides OnlineObject ToString .)
Public methodWaitForProcessExit
Waits for the process to complete execution.
Back to Top
See Also