browser_take_screenshot
Capture and save a screenshot of the current web page during browser automation sessions using Selenium WebDriver. Optionally specify file name and format.
Instructions
Take a screenshot of the current page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | No | File name to save the screenshot to | |
raw | No | Whether to return without compression (PNG format) |