sacred-emeraldS

Captcha detection?

How to detect captcha?

I see this in the response HTML:
<head>
  ...
  <meta name="captcha-challenge" content="1">
  ... 

but I would prefer to use some function in Playwright/Crawlee.
I mean, some generic way to detect captcha - who knows which variant of captha I will get in the future....

I can not use HTTP status - this page returns status=200 but it shows captcha!
Was this page helpful?