Reputation: 139
How to automate captcha using WebDriver?
Is there any alternate method to automate Captcha using Webdriver?
Upvotes: 2
Views: 9354
Reputation: 3796
You can automate CAPTCHA only using display CAPTCHA value in "alt" attribute.
take CAPTCHA
image in WebElement
get value of "alt"
attribute
pass alt
value in text field
Upvotes: 7
Reputation: 598
I came across Death By Captcha.
They have good reviews and also provides API to decode image captchas.
It is a paid service.
Upvotes: 0
Reputation: 1538
CAPTCHA
and barcode
are not read/test/handle by Selenium WebDriver.
Selenium WebDriver
doesn't support CAPTCHA and barcode.
Upvotes: 0