You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to work on already opened pages rather than using await browser.newPage every time. Especially useful when testing astral from deno jupyter notebooks, since those are sometimes subjected to crashes.
The text was updated successfully, but these errors were encountered:
browser.importExistingPage(page obj or websocket url) that checks if the page already exists amongst browser.pages[] or otherwise starts a new websocket link
I would like to work on already opened pages rather than using
await browser.newPage
every time. Especially useful when testing astral from deno jupyter notebooks, since those are sometimes subjected to crashes.The text was updated successfully, but these errors were encountered: