The FirefoxBinary type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | FirefoxBinary |
Initializes a new instance of the FirefoxBinary class.
|
![]() | FirefoxBinary(String) |
Initializes a new instance of the FirefoxBinary class located at a specific file location.
|
Methods
Name | Description | |
---|---|---|
![]() | Clean |
Initializes the binary with the specified profile.
|
![]() | CreateProfile |
Creates a named profile for Firefox.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Quit |
Stops the execution of this FirefoxBinary, terminating the process if necessary.
|
![]() | SetEnvironmentProperty |
Sets a variable to be used in the Firefox execution environment.
|
![]() | StartFirefoxProcess |
Starts the Firefox process.
|
![]() | StartProfile |
Starts Firefox using the specified profile and command-line arguments.
|
![]() | ToString | (Overrides ![]() |
![]() | WaitForProcessExit |
Waits for the process to complete execution.
|
Properties
Name | Description | |
---|---|---|
![]() | ConsoleOutput |
Gets all console output of the binary.
|
![]() | ExtraEnvironmentVariables |
Gets a ![]() |
![]() ![]() | IsOnLinux |
Gets a value indicating whether the current operating system is Linux.
|
![]() | Timeout |
Gets or sets the timeout to wait for Firefox to be available for command execution.
|
![]() | TimeoutInMilliseconds | Obsolete.
Gets or sets the timeout (in milliseconds) to wait for command execution.
|
See Also