mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-23 13:51:11 -05:00
Adjust browser resolution; show loading spinner when browser session has started
This commit is contained in:
@@ -59,10 +59,10 @@ export class BrowserSession {
|
||||
],
|
||||
executablePath: stats.executablePath,
|
||||
defaultViewport: {
|
||||
width: 800,
|
||||
width: 900,
|
||||
height: 600,
|
||||
},
|
||||
headless: false,
|
||||
// headless: false,
|
||||
})
|
||||
// (latest version of puppeteer does not add headless to user agent)
|
||||
this.page = await this.browser?.newPage()
|
||||
@@ -125,7 +125,7 @@ export class BrowserSession {
|
||||
clip: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
width: 800,
|
||||
width: 900,
|
||||
height: 600,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user