Open lucafabbian opened 2 weeks ago
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.
await browser.newPage
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.