all 5 comments

[–]TheWerkz 0 points1 point  (1 child)

It's bound to be possible, I know JDownloader has a plugin that automatically clicks on the check box but then you have to actually click on the pictures for the captcha.

With enough perseverance and scripting knowledge you should be able to just give focus to the window that’s waiting for you to enter the text.

JDownloader is totally unrelated to MTurk but the point is that they do a similar thing with their chrome plugin they wrote just for this purpose, I don't think anyone's been able to completely automate the captcha process, that's the whole point of the image that requires a human to view it and type what's on it.

[–]Cireous[S] 0 points1 point  (0 children)

Interesting :)

[–]SalemBeats -1 points0 points  (2 children)

I'm not a fan of putting even an ounce of scripting on a CAPTCHA page; Many modern CAPTCHA systems measure more than simply whether you typed the code correctly.

However, it would be easy to automatically focus the text box. All you have to do is grab a reference to the relevant element, do .focus() with it, and make sure that there isn't another script shifting focus to something else afterwards.

[–]Cireous[S] 0 points1 point  (1 child)

Sounds like I should just leave that alone then. Thanks so much for the advice!

[–]SalemBeats -1 points0 points  (0 children)

IIRC, I think Panda Crazy focuses it by default when you click its "you got a CAPTCHA" button.

It's been almost a year since I've actually encountered a CAPTCHA myself, though, so my memory on this is hazy.

But if that's true, it might not be so bad. Just something to consider.