You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working to automate a hotel booking flow using Cypress and TypeScript.However, whenever my test runs cy. visit(url); the site detects automation and displays a CAPTCHA/429 Too Many Requests error. I’ve tried using failOnStatusCode: false, but the issue persists.
I’ve tried updating my cypress.config.ts with anti-detection measures — removing automation flags, tweaking launch args, adding a realistic user agent, viewport size, and even handling exceptions. Still, the WAF catches it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working to automate a hotel booking flow using Cypress and TypeScript.However, whenever my test runs cy. visit(url); the site detects automation and displays a CAPTCHA/429 Too Many Requests error. I’ve tried using failOnStatusCode: false, but the issue persists.
I’ve tried updating my cypress.config.ts with anti-detection measures — removing automation flags, tweaking launch args, adding a realistic user agent, viewport size, and even handling exceptions. Still, the WAF catches it.
Any advice would be super helpful.
Beta Was this translation helpful? Give feedback.
All reactions