The FirefoxProfile type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | FirefoxProfile |
Initializes a new instance of the FirefoxProfile class.
|
![]() | FirefoxProfile(String) |
Initializes a new instance of the FirefoxProfile class using a
specific profile directory.
|
![]() | FirefoxProfile(String, Boolean) |
Initializes a new instance of the FirefoxProfile class using a
specific profile directory.
|
Methods
Name | Description | |
---|---|---|
![]() | AddExtension |
Adds a Firefox Extension to this profile
|
![]() | Clean |
Cleans this Firefox profile.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() ![]() | FromBase64String |
Converts a base64-encoded string into a FirefoxProfile.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | SetPreference(String, Boolean) |
Sets a preference in the profile.
|
![]() | SetPreference(String, Int32) |
Sets a preference in the profile.
|
![]() | SetPreference(String, String) |
Sets a preference in the profile.
|
![]() | SetProxyPreferences |
Set proxy preferences for this profile.
|
![]() | ToBase64String |
Converts the profile into a base64-encoded string.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | WriteToDisk |
Writes this in-memory representation of a profile to disk.
|
Properties
Name | Description | |
---|---|---|
![]() | AcceptUntrustedCertificates |
Gets or sets a value indicating whether Firefox should accept untrusted certificates.
|
![]() | AlwaysLoadNoFocusLibrary |
Gets or sets a value indicating whether to always load the library for allowing Firefox
to execute commands without its window having focus.
|
![]() | EnableNativeEvents |
Gets or sets a value indicating whether native events are enabled.
|
![]() | Port |
Gets or sets the port on which the profile connects to the WebDriver extension.
|
![]() | ProfileDirectory |
Gets the directory containing the profile.
|
See Also