|
|
|
|
|
by orliesaurus
189 days ago
|
|
I've been hacking together my own browser automations... the idea of deterministic scripting resonates with me... but I'm wondering how BrowserBook plans to handle authentication flows that require 2FA or CAPTCHAs. ALSO is there any plan for integrating with CI pipelines... being able to run these scripts headless on servers would be huge. BUT overall it's refreshing to see someone lean into brittle scripts rather than hide behind agent magic... |
|
For captchas, we use Kernel's stealth mode which includes a captcha solver.
Re: CI integration, today we support API-based execution, but if you have a specific CI pipeline or set of tools you'd like to see support for, let us know and we can look into it!