set_cookies
Seed a project with session cookies to bypass interactive login. Provide cookie name, value, and domain; path defaults to '/'.
Instructions
Seed a project with session cookies to skip an interactive login (e.g. cookies copied from a logged-in browser). Each cookie needs name+value+domain (path defaults to '/'). Stored, not executed: call login_project to inject them. Returns {success}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | Yes | List of cookies with name, value, domain (and optionally path, defaults to '/'). Playwright requires a domain+path pair to inject them. | |
| project | Yes | Project name |