Parameters
- name
Type: System.String
The name of preference.
- value
Type: System.Object
The value of preference.
Return Value
Type: System.Boolean
True if the preference successfully setted, otherwise false.
Type: System.String
The name of preference.
Type: System.Object
The value of preference.
Type: System.String
The name of preference.
Type: System.Object
The value of preference.
Type: System.Boolean
True if the preference successfully setted, otherwise false.
instance.SetBrowserPreference("network.http.speculative-parallel-limit", 0); instance.SetBrowserPreference("browser.send_pings", false); instance.SetBrowserPreference("intl.accept_languages", "ru-RU, ru, en-US, en");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.