browser_add_cookie_by_name
Add a cookie to the browser by providing its name and value to manage sessions or authenticate during automated web interactions.
Instructions
Add a cookie to the browser
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the cookie to add | |
| value | Yes | Value of the cookie to add |