shortguy014
Junior Member
- Jan 19, 2010
- 174
- 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:
I've done it in iMacros browser:
But when it comes to firefox it just doesnt work. Is there some restriction I'm missing when it comes to firefox?
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?