get_screenshot
Retrieve the saved screenshot file path for a URL tested in a project. Returns success, URL, and screenshot_path without capturing a new image.
Instructions
Get the saved screenshot file path for a URL previously tested in a project. Returns {success, url, screenshot_path}. Locates the PNG on disk after test_url/test_project — it does not capture a new image (use screenshot_session for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL that was tested | |
| project | Yes | Project name |