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 d8553f0 commit cdb6b7bCopy full SHA for cdb6b7b
packages/playwright-core/src/server/bidi/bidiFirefox.ts
@@ -77,6 +77,7 @@ export class BidiFirefox extends BrowserType {
77
}
78
79
override async attemptToGracefullyCloseBrowser(transport: ConnectionTransport): Promise<void> {
80
+ // Note that it's fine to reuse the transport, since our connection ignores kBrowserCloseMessageId.
81
if (!transport.onmessage) {
82
// browser.close does not work without an active session. If there is no connection
83
// created with the transport, make sure to create a new session first.
0 commit comments