-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support crawl/automation use case #114
Comments
Assuming that it gains some adoption, I'd like to adopt the new Webdriver Bidi protocol (https://hacks.mozilla.org/2024/08/puppeteer-support-for-firefox/), which I believe would give us puppeteer support. |
I've been looking into supporting the Chrome Devtools Protocol. Which should allow Blitz to be controlled with puppeteer, and I believe would also us to use the Chrome devtools UI for inspecting Blitz. Some resources:
There are also a number of Rust crates implementing CDP (including some which auto-generate the types). They are generally targeted at clients, but the protocol definition is of course the same for client and server so we could probably use one of them: |
Hello,
Any plans to support any of these ? puppeteer/playwright/crawlee please look into this use-case.
The text was updated successfully, but these errors were encountered: