FirefoxBinary MembersWebDriver

The FirefoxBinary type exposes the following members.
Constructors

  NameDescription
Public methodFirefoxBinary 
Initializes a new instance of the FirefoxBinary class.
Public methodFirefoxBinary(String)
Initializes a new instance of the FirefoxBinary class located at a specific file location.
Back to Top
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
Properties

  NameDescription
Public propertyConsoleOutput
Gets all console output of the binary.
Protected propertyExtraEnvironmentVariables
Protected propertyStatic memberIsOnLinux
Gets a value indicating whether the current operating system is Linux.
Public propertyTimeout
Gets or sets the timeout to wait for Firefox to be available for command execution.
Public propertyTimeoutInMillisecondsObsolete.
Gets or sets the timeout (in milliseconds) to wait for command execution.
Back to Top
See Also