C# 클래스 OpenQA.Selenium.Firefox.Preferences

Represents the preferences used by a profile in Firefox.
파일 보기 프로젝트 열기: krosenvold/selenium-git-release-candidate 1 사용 예제들

비공개 메소드들

메소드 설명
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.