create_page_object
Create a new empty page object for Easy Spec Playwright projects by providing its name, folder, and project path.
Instructions
Create a new, empty page object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder | No | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. |