Skip to content

Commit 13538ac

Browse files
committed
chore: rebase
1 parent 5f8d666 commit 13538ac

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/tool-reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,8 @@ so returned values have to JSON-serializable.
306306

307307
**Parameters:**
308308

309-
<<<<<<< HEAD
310309
- **filePath** (string) _(optional)_: The absolute path, or a path relative to the current working directory, to save the screenshot to instead of attaching it to the response.
311-
- **format** (enum: "png", "jpeg") _(optional)_: Type of format to save the screenshot as. Default is "png"
312-
=======
313310
- **format** (enum: "png", "jpeg", "webp") _(optional)_: Type of format to save the screenshot as. Default is "png"
314-
>>>>>>> 9b0e51e (feat(screenshot): add WebP format support with quality parameter)
315311
- **fullPage** (boolean) _(optional)_: If set to true takes a screenshot of the full page instead of the currently visible viewport. Incompatible with uid.
316312
- **quality** (number) _(optional)_: Compression quality for JPEG and WebP formats (0-100). Higher values mean better quality but larger file sizes. Ignored for PNG format.
317313
- **uid** (string) _(optional)_: The uid of an element on the page from the page content snapshot. If omitted takes a pages screenshot.

0 commit comments

Comments
 (0)