browser-extension icon indicating copy to clipboard operation
browser-extension copied to clipboard

CDP support

Open Niek opened this issue 1 year ago • 2 comments

I'm not sure if it's within the scope of this project, but it would be really cool if CDP (Chrome Debugging Protocol) would be supported, in addition to the extension model. That would allow remote or headless browsers to be used as a driver.

Niek avatar Mar 28 '23 21:03 Niek

Hey @Niek thanks for checking it out! Can I ask what your use-case is?

Last week we were actually experimenting with both Chrome extensions and puppeteer in parallel (see https://github.com/TaxyAI/experiments). 😀

We decided to launch with the Chrome extension first because it's a better UX and onboarding experience for casual use, but we're planning on implementing scheduled/recurring tasks as well so will likely build out CDP/Puppeteer support at some point to support that.

corbt avatar Mar 28 '23 21:03 corbt

Ah cool, I didn't see the other repo!

The extension model is great for casual tasks, but when operating at scale you can't really work without CDP/remote browsers. Speaking as someone in the browser automation space, natural-language automation is the holy grail everyone's looking for 😄

Niek avatar Mar 28 '23 21:03 Niek