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
Currently it seems like midscene depend heavily on nodejs apis (I guess it's about cache), it'd be awesome to bring nodejs uses to an adapter so we can use this library in different environments (for example cloudflare worker, browser, deno deploy)
Technically pptr or playwright can work in browser: https://pptr.dev/guides/running-puppeteer-in-extensions
The text was updated successfully, but these errors were encountered:
cloudflare worker should not be able to implement libraries such as puppeteer or playwirght, so it will not be able to drive the browser and the midscene capabilities will not be available
Currently it seems like midscene depend heavily on nodejs apis (I guess it's about cache), it'd be awesome to bring nodejs uses to an adapter so we can use this library in different environments (for example cloudflare worker, browser, deno deploy)
Technically pptr or playwright can work in browser: https://pptr.dev/guides/running-puppeteer-in-extensions
The text was updated successfully, but these errors were encountered: