mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge remote-tracking branch 'origin/main' into add_current_time_to_environment_details
This commit is contained in:
commit
f397e2bc0f
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ export class BrowserSession {
|
|||
let screenshotBase64 = await this.page.screenshot({
|
||||
...options,
|
||||
type: "webp",
|
||||
quality: 100, // Set maximum quality to prevent compression artifacts
|
||||
})
|
||||
let screenshot = `data:image/webp;base64,${screenshotBase64}`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue