4 New CAPTCHA Types: DataDome, Lemin, MTCaptcha & Slider
BrowserQL now automatically handles DataDome, MTCaptcha, Lemin, and slider CAPTCHAs, on top of the existing support for reCAPTCHA, Cloudflare Turnstile, and others. These challenge types have been showing up more frequently on e-commerce, travel, and financial sites. If your automation is hitting any of them, BQL resolves them without any changes to your scripts.
Using them is the same as any other solve:
mutation SolveDataDome {
goto(url: "https://example.com") {
status
}
solve(type: datadome) {
solved
}
}
See all supported CAPTCHA types →
Script Generator (Beta): Describe It, Get a Script

A new tool in the dashboard that turns a plain-English description of what you want to automate into a ready-to-run BQL or Playwright script. Whether you're prototyping something new or just want a starting point without digging through docs, it gets you to working code faster.
Currently rolling out to 50% of users. If it's available on your account, you'll see it in your dashboard.
Unique WebGL Fingerprints, Per Session
Every browser session now presents a unique, realistic GPU fingerprint drawn from a pool of real-world NVIDIA, AMD, and Intel hardware. This replaces the same generic renderer that bot detection systems have long flagged. If your automations run against sites that do canvas or WebGL fingerprinting, this directly improves your pass rate with no code changes required.