You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tool-reference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,7 @@ so returned values have to JSON-serializable.
306
306
307
307
**Parameters:**
308
308
309
+
-**filePath** (string) _(optional)_: The path to save the screenshot to. If provided, the screenshot will be saved to this path instead of being attached to the response.
309
310
-**format** (enum: "png", "jpeg") _(optional)_: Type of format to save the screenshot as. Default is "png"
310
311
-**fullPage** (boolean) _(optional)_: If set to true takes a screenshot of the full page instead of the currently visible viewport. Incompatible with uid.
311
312
-**quality** (number) _(optional)_: Compression quality for JPEG format (0-100). Higher values mean better quality but larger file sizes. Ignored for PNG format.
0 commit comments