set_user_agent
Override the browser's User-Agent and optionally Accept-Language and platform for all subsequent requests in the current tab until cleared.
Instructions
Override User-Agent, Accept-Language, and navigator.platform.
Applies to every subsequent request on the current tab until
``clear_user_agent`` is called or the tab closes. ``platform`` should
match the UA (e.g. ``"Win32"`` for a Windows UA).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | ||
| user_agent | Yes | ||
| accept_language | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |