Session
Defines the behavior of a session.
Session Specification
The specification for a session.
Session Parameters
Field | Type | Notes |
downloadPath | string | Sets download saving directory. By default, the download directory will be the Downloads under the respective app folder. |
ntlmDomains | string[] | Dynamically sets whether to always send credentials for HTTP NTLM or Negotiate authentication. |
pacScript | string | The URL associated with the PAC file. |
proxyBypassRules | string[] | A list of rules indicating which URLs should bypass the proxy settings. |
proxyRules | string | Rules indicating which proxies to use. |
userAgent | string | Overrides the userAgent. |
Example