How do I find the Recaptcha ID?

Posted by Joe on Stack Overflow See other posts from Stack Overflow or by Joe
Published on 2012-10-29T16:57:59Z Indexed on 2012/10/29 17:00 UTC
Read the original article Hit count: 179

Filed under:
|
|
|

I've been stuck on something for the past day. I'm building a RoR bot, and part of it involves signing up for an email account with mail.com. I've automated all the filling out of the form, apart from the captcha (Recaptcha).

I'll be using the deathbycaptcha Ruby gem. However, in order to have the captcha solved, I'll need to get either its ID or its URL. While this shows up when I "enable form details" with the Firefox Web Developer toolbar, it doesn't seem to be in the source. How can I find it out? I'm using Watir.

Thanks!

Joe

© Stack Overflow or respective owner

Related posts about html

Related posts about ruby-on-rails