browser_set_cookie_object
Set a browser cookie using a cookie string (e.g., 'name=value; Path=/; HttpOnly') for session management and state persistence in Selenium-based automation.
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' |