A port of puppeteer running on Deno
Can I override the local browser check? I'm using the following: ``` const getBrowser = async function () { puppeteer.connect({ browserWSEndpoint: 'wss://chrome.browserless.io?token=[REDACTED] }) puppeteer.launch(); ``` And I'm still getting the `browser not found` error. ``` error: Uncaught Error: Could not find browser revision 1022525. Run "PUPPETEER_PRODUCT=chrome deno run -A --unstable https://deno.land/x/[email protected]/install.ts" to download a supported browser binary. ``` The entire point of using browserless is to not require a local browser installation 😊
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by caffo and has received 2 comments.