Remix.run Logo
tech234a 5 days ago

Cool concept, would you expect this to be compatible with Firefox/Safari as well? Safari in particular would be useful as it doesn't natively support Puppeteer/Playwright.

dataviz1000 4 days ago | parent [-]

Absolutely. However, it is easier to start with just Chromium flavor of browsers.

The two important concepts from Puppeteer/Playwright are managing the lifecycle of pages (tabs) and frames and the other is using handles / locators.

There are a lot of limitations using the extension API in any browser instead of CDP / Webdriver BiDi. I'm curious, how would you use this idea?

tech234a 4 days ago | parent [-]

Could be cool for automated website UI testing/verification (check if certain text appears), perhaps also with network API events as well.

4 days ago | parent [-]
[deleted]