-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Use midscene in other environment #49
Comments
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 |
@zhoushaw cloudflare worker supports puppeteer about 1 year ago and they have plan to support playwright soon https://github.com/cloudflare/puppeteer for reference: https://developers.cloudflare.com/browser-rendering/ |
@ducan-ne browser extention is on my wishlist |
@yuyutaotao I just noticed that Midscene now has a Chrome Extension. Does this mean we might be able to resolve this issue? |
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: