FirefoxProfile MethodsWebDriver
The FirefoxProfile type exposes the following members.
Methods

  NameDescription
Public methodAddExtension
Adds a Firefox Extension to this profile
Public methodClean
Cleans this Firefox profile.
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 methodStatic memberFromBase64String
Converts a base64-encoded string into a FirefoxProfile.
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 methodSetPreference(String, Boolean)
Sets a preference in the profile.
Public methodSetPreference(String, Int32)
Sets a preference in the profile.
Public methodSetPreference(String, String)
Sets a preference in the profile.
Public methodSetProxyPreferences
Set proxy preferences for this profile.
Public methodToBase64String
Converts the profile into a base64-encoded string.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodWriteToDisk
Writes this in-memory representation of a profile to disk.
Back to Top
See Also