start_session
Initialize a browser testing session and navigate to a specified URL. Configure headless mode, viewport width, and height for automated web app exploration and QA.
Instructions
Start a browser testing session and navigate to the given URL.
Args: url: The URL to test (e.g. http://localhost:3000) headless: Run browser without visible window (default True) viewport_width: Browser viewport width in pixels viewport_height: Browser viewport height in pixels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| headless | No | ||
| viewport_width | No | ||
| viewport_height | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |