mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix screenshot options
This commit is contained in:
parent
46ceafa016
commit
47d5902ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ export class UrlContentFetcher {
|
|||
// image cannot exceed 8_000 pixels
|
||||
const pageHeight = await this.page.evaluate(() => document.documentElement.scrollHeight)
|
||||
let options: ScreenshotOptions = {
|
||||
fullPage: true,
|
||||
// fullPage: true, // clip and fullPage are mutually exclusive
|
||||
encoding: "base64",
|
||||
// quality: 80,
|
||||
clip: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue