We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45af16c commit 112b38cCopy full SHA for 112b38c
src/services/browser/BrowserSession.ts
@@ -199,10 +199,8 @@ export class BrowserSession {
199
await this.browser.disconnect().catch(() => {})
200
} else {
201
await this.browser?.close().catch(() => {})
202
- this.resetBrowserState()
203
}
204
-
205
- // this.resetBrowserState()
+ this.resetBrowserState()
206
207
return {}
208
0 commit comments