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 07a58e5 commit 01412b7Copy full SHA for 01412b7
lib/helper/Playwright.js
@@ -1031,7 +1031,10 @@ class Playwright extends Helper {
1031
this.frame = null
1032
popupStore.clear()
1033
if (this.options.recordHar) await this.browserContext.close()
1034
+ this.browserContext = null
1035
await this.browser.close()
1036
+ this.browser = null
1037
+ this.isRunning = false
1038
}
1039
1040
async _evaluateHandeInContext(...args) {
0 commit comments