Skip to content

Commit e208435

Browse files
authored
Set default to Ignore https errors (#27)
1 parent 8be3a46 commit e208435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agent/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export class BrowserAgent<T extends BrowserProviders = "Local"> {
105105
this.browser = await this.browserProvider.start();
106106
this.context = await this.browser.newContext({
107107
viewport: null,
108+
ignoreHTTPSErrors: true,
108109
});
109110

110111
// Inject script to track event listeners

0 commit comments

Comments
 (0)