browser_set_cookie_object
Set browser cookies programmatically to manage sessions, authentication, or user preferences during web automation and testing.
Instructions
Set a cookie in the browser
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cookie | Yes | Cookie string to set, e.g. 'name=value; Path=/; HttpOnly' |