testingautomationcypresscaptchatext-based

How can Automate Or Bypass Text-Based captcha in Cypress


I can't automate or bypass the Text-Based captcha in Cypress. Click here to open this image This Type of captcha I want to automate

I try to use cy.pause() Command and enter manually the captcha but it was repeatedly changed the captcha. I want to automate or bypass this captcha

Please, anyone, help me with this


Solution

  • You can't automate captcha , that's the whole point of it (so other automated bots can't pass through).

    The other solution would be to disable this captcha feature in test environment.

    See this article for further assistance https://www.browserstack.com/guide/how-to-handle-captcha-in-selenium