iMacros Firefox won't save Captcha.

shortguy014

Junior Member
Joined
Jan 19, 2010
Messages
174
Reaction score
117
Ive been building a simple bot in iMacros that will signup to a given website that has captcha protection on signup.

I have done this successfully in IE:
Code:
 FOLDER=* FILE=C:\Captcha.png
TAG POS=1 TYPE=IMG FORM=ACTION:/signup ATTR=CLASS:captcha-img CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT

I've done it in iMacros browser:
Code:
 FOLDER=* FILE=C:\Captcha.png
TAG POS=1 TYPE=IMG FORM=ACTION:/signup ATTR=CLASS:captcha-img CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT

But when it comes to firefox it just doesnt work. Is there some restriction I'm missing when it comes to firefox?
 
I think the captcha saving is only working on imacros browser.
I also have no luck with the firefox or chrome imacros addon
 
Code:
 ONDOWNLOAD FOLDER=C:\captchas FILE=2.jpg
TAG POS=1 TYPE=IMG FORM=NAME: post ATTR=HREF:{img link} CONTENT=EVENT:SAVEITEM


with this lines i saved captcha image successfully on FF
 
Back
Top