C# Class OpenQA.Selenium.Firefox.Preferences

Represents the preferences used by a profile in Firefox.
Afficher le fichier Open project: krosenvold/selenium-git-release-candidate Class Usage Examples

Private Methods

Méthode Description
AppendPreferencesTo ( string>.Dictionary preferencesToAdd ) : void

Appends this set of preferences to the specified set of preferences.

If the preference already exists in preferencesToAdd, the value will be updated.

IsWrappedAsString ( string value ) : bool
SetPreference ( string key, bool value ) : void

Sets a preference.

SetPreference ( string key, int value ) : void

Sets a preference.

SetPreference ( string key, string value ) : void

Sets a preference.