Skip to content

Commit aa7a013

Browse files
committed
remove all mention of hcaptcha
1 parent 3be738e commit aa7a013

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

content/docs/changelog/changelog-014.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ Taking control of a browser session just got more intuitive! You can now copy an
1717

1818
**_Available on:_** Steel-browser (OSS) 🛠️
1919

20-
#### hCaptcha Solving Support
21-
22-
Our CAPTCHA solver just leveled up with hCaptcha support. This expands our solving capabilities beyond reCAPTCHA and Cloudflare Turnstile, giving you more flexibility when automating sites with various CAPTCHA types.
23-
24-
**_Available on:_** Steel Cloud ☁️
25-
2620
### 🔧 Bugfixes/Improvements
2721

2822
* **Added custom WebSocket proxy handlers** for CDP service, enabling advanced traffic routing configurations _(Steel-browser)_

content/docs/overview/captchas-api/overview.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ The captcha types for each task are mapped to the CAPTCHA types we support like
272272

273273
* `recaptchaV3`: Google's reCAPTCHA v3 with invisible background scoring and risk analysis
274274

275-
* `hcaptcha`: hCaptcha image-based challenges (alternative to reCAPTCHA)
276-
277275
* `turnstile`: Cloudflare Turnstile with minimal user interaction verification
278276

279277
* `image_to_text:` Traditional text-based CAPTCHA requiring OCR of distorted characters

content/docs/overview/stealth/captcha-solving.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Currently, Steel's auto-solver supports these CAPTCHA services:
2323

2424
* ReCAPTCHA v2 / v3
2525

26-
* HCaptcha
27-
2826
* Cloudflare Turnstile
2927

3028
* ImageToText CAPTCHAs
@@ -128,8 +126,6 @@ You can detect CAPTCHA presence using these selectors:
128126
// Common CAPTCHA selectors
129127
const captchaSelectors = [
130128
'iframe[src*="recaptcha"]',
131-
'iframe[src*="hcaptcha"]',
132-
'.h-captcha',
133129
'#captcha-box',
134130
'[class*="captcha"]'
135131
];

0 commit comments

Comments
 (0)