selenium-webdriverselenium-ide

re-captcha automation in selenium webdriver and ide


I want to automate my singup form using selenium webdriver and ide. But, in my sign-up form, there is re-captcha just for security of the application. How do I handle re-captcha in both ide and webdriver. Any help would be appreciated.


Solution

  • there is no automation for re-captcha in selenium because selenium doesn't handle captcha. you need to test your sign-up form without re-captca by disabling them in the test environment.