Merge remote-tracking branch 'origin/main' into add_current_time_to_environment_details

This commit is contained in:
Matt Rubens
2024-12-24 11:55:03 -08:00

View File

@@ -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}`