mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
e942138913
Consider the following sequence: - page opens a popup; - popup target is attached, we start initializing it; - user calls browser.close(); - browser is closed, and popup initialization fails; - we report "errored page" on the already closed context; - RPC client cannot make sense of this: "Cannot find parent object BrowserContext@guid to create Frame@guid" This issue was revealed during Firefox pipe migration. |
||
---|---|---|
.. | ||
client | ||
debug | ||
dispatchers | ||
install | ||
protocol | ||
server | ||
trace | ||
utils | ||
.eslintrc.js | ||
browserServerImpl.ts | ||
driver.ts | ||
inprocess.ts |