FirefoxProfile MembersWebDriver

The FirefoxProfile type exposes the following members.
Constructors

  NameDescription
Public methodFirefoxProfile 
Initializes a new instance of the FirefoxProfile class.
Public methodFirefoxProfile(String)
Initializes a new instance of the FirefoxProfile class using a specific profile directory.
Public methodFirefoxProfile(String, Boolean)
Initializes a new instance of the FirefoxProfile class using a specific profile directory.
Back to Top
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
Properties

  NameDescription
Public propertyAcceptUntrustedCertificates
Gets or sets a value indicating whether Firefox should accept untrusted certificates.
Public propertyAlwaysLoadNoFocusLibrary
Gets or sets a value indicating whether to always load the library for allowing Firefox to execute commands without its window having focus.
Public propertyEnableNativeEvents
Gets or sets a value indicating whether native events are enabled.
Public propertyPort
Gets or sets the port on which the profile connects to the WebDriver extension.
Public propertyProfileDirectory
Gets the directory containing the profile.
Back to Top
See Also