How to avoid hCaptcha with Selenium WebDriver?

Prevent selenium driven automation from being detected

Zhimin Zhan
3 min readNov 23, 2021

--

This is an article in the “How to in Selenium WebDriver?” series.

First of all, Captcha if was put there on purpose, automation scripts cannot go past it, as that’s what Captcha is designed for. In software testing, a typical approach to Captcha in test automation is to disable Captcha in the test server environment(s). This makes sense, it is internal testing. Do people install locks on every door inside their house?

--

--

Zhimin Zhan

Test automation & CT coach, author, speaker and award-winning software developer. Help teams succeed with Agile/DevOps by implementing real Continuous Testing.