playwright-core
Advanced tools
Comparing version 1.50.0-alpha-2025-01-03 to 1.50.0-alpha-2025-01-04
@@ -47,2 +47,4 @@ "use strict"; | ||
playwrightAPI._android._serverLauncher = new _androidServerImpl.AndroidServerLauncherImpl(); | ||
playwrightAPI._bidiChromium._serverLauncher = new _browserServerImpl.BrowserServerLauncherImpl('bidiChromium'); | ||
playwrightAPI._bidiFirefox._serverLauncher = new _browserServerImpl.BrowserServerLauncherImpl('bidiFirefox'); | ||
@@ -49,0 +51,0 @@ // Switch to async dispatch after we got Playwright object. |
@@ -132,2 +132,4 @@ "use strict"; | ||
page._page._frameManager.frameAttached(event.context, parentFrameId); | ||
const frame = page._page._frameManager.frame(event.context); | ||
if (frame) frame._url = event.url; | ||
return; | ||
@@ -143,2 +145,3 @@ } | ||
const page = new _bidiPage.BidiPage(context, session, opener || null); | ||
page._page.mainFrame()._url = event.url; | ||
this._bidiPages.set(event.context, page); | ||
@@ -145,0 +148,0 @@ } |
@@ -152,3 +152,3 @@ "use strict"; | ||
const waitForCleanup = new Promise(f => fulfillCleanup = f); | ||
spawnedProcess.once('exit', (exitCode, signal) => { | ||
spawnedProcess.once('close', (exitCode, signal) => { | ||
options.log(`[pid=${spawnedProcess.pid}] <process did exit: exitCode=${exitCode}, signal=${signal}>`); | ||
@@ -155,0 +155,0 @@ processClosed = true; |
{ | ||
"name": "playwright-core", | ||
"version": "1.50.0-alpha-2025-01-03", | ||
"version": "1.50.0-alpha-2025-01-04", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7722839
109376