lino-levan / astral

A high-level puppeteer/playwright-like library for Deno
https://jsr.io/@astral/astral
MIT License
253 stars 17 forks source link

Work on existing pages #106

Open lucafabbian opened 2 weeks ago

lucafabbian commented 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.