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'm testing rod on a custom ASAN chrome for a crash.html PoC. Navigating crash.html will make the page crash (with ASAN log printed). How to handle it and close the browser process? In puppeteer I can use page.on('error') and browser.close() will do the close job.
Rod Version: v0.101.0
I'm testing rod on a custom ASAN chrome for a crash.html PoC. Navigating crash.html will make the page crash (with ASAN log printed). How to handle it and close the browser process? In puppeteer I can use page.on('error') and browser.close() will do the close job.
I tried some page.WaitEvent and some error handling method and no success.
The text was updated successfully, but these errors were encountered: