Set Browser Permission
browser_permission_setSet a specific Chromium permission (e.g., geolocation, notifications, camera) for a given origin to granted, denied, or prompt, controlling how the browser handles permission prompts during automated workflows.
Instructions
Set one permission to granted, denied, or prompt for one bounded origin in the current Chromium context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | Exact HTTP(S) origin. Defaults to the current page origin. | |
| setting | Yes | ||
| permission | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||