Many of us are well aware that there are ways around captchas.   That's not 
the point, nor are you disappointing me with that 'news'  (although that 
you would spend time trying to work around a captcha is dissapointing, 
because it means you are either wasting your time, or working towards 
nefarious ends)

Watir is designed as a test tool.  For people doing legitimate testing, 
there is no need to meatbot your way around a captcha.  You do limited 
manual testing as needed in your live environment to validate the captcha 
is configured correctly and working.  In your test environment it is coded 
around, turned off, or hits a special stub that uses a predictable response 
(or embeds the expected value in the HTML).  Just as you would turn off any 
online advertising, website metrics, tracking pixels, and other code that 
is typically 3rd party and has no value (or negative value) running in a 
test environment.  That's generally easier, cheaper, and does not serve to 
support a service that exists only to facilitate spamming.

So what purpose is there to determining if watir can be used to source a 
captcha to a meatbot?  I don't see this as a criteria for a legitimate 
tester, but rather for someone who is trying to use watir as a tool to 
bypass captcha's and post spam to websites that don't want it posted 
there.  and if that is your purpose, you will find zero support for it 
here, go abuse someone elses tool (which given that the message is coming 
from the webdriver side, will not likely be based on webdriver)  Otherwise 
I'm here to tell you that's a poor criteria for selecting a test tool since 
there are better ways for testers to get around captcha's running in a test 
environment.

On Thursday, April 12, 2012 9:33:18 AM UTC-7, Bruno Pio wrote:
>
>  Sorry to disappoint you, but today the captcha (all of them) only serves to 
> delay the bots, not avoid them. I am here to test if watir can be used to 
> escape 
> the captcha using an intermediate server, like other tools can. As I said, 
> if I can get the captcha and send it to a person or a server, such as 
> captchatrader.com, in which people solve captchas for a low price ($1 per 
> 1000 correct CAPTCHAs), I can escape the captcha. This is my automation 
> test: A bot be a person as close as possible. But at the moment I see that 
> watir can not make a "bot" to do this directly. At least until it is 
> implemented 
> the "save".
>
> ;-)
>
>
> Em 12/04/2012 08:00, Željko Filipin escreveu: 
>
> On Thu, Apr 12, 2012 at 12:52 PM, Bruno Pio <[email protected]> wrote:
> > I need to download the captcha to send to another server that will solve 
> it for me 
>
>  Are you automating the site your team is developing? You should let them 
> know that the point of captcha is to prove that you are human. If you have 
> found a computer that can solve the captcha, than that is a bad captcha.
>
> > Is there a way to use net/http library inside watir?
>  
>  Both net/http and watir are Ruby libraries, and yes, you can get an URL 
> with Watir and then download the file with net/http.
>
>  Željko
> -- 
> Before posting, please read http://watir.com/support. In short: search 
> before you ask, be nice.
>  
> [email protected]
> http://groups.google.com/group/watir-general
> [email protected]
>
>
> 

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to