09-17-2012, 12:32 AM
Hello everyone, this is my first post and i hope someone can help me with this.
I am using imacros for web automating and i am using captcha sniper to solve captcha.
The problem is that i never managed to make imacros work with captchasniper.
Can anyone tell me please how can i make possible that all captchas that imacros meet to be solved with captcha sniper?
I have captchasniper 7.77 and imacros 8.02
And it would be create f anyone can tell me how to teach captcha sniper to solve other captchas in case the captcha i want to solve is an unsupported format.
Thank you in advance and i wait for your answer.
below is the script i use with imacros to solve captcha:
'DECAPTCHA
FILEDELETE NAME=c:\image.jpg
ONDOWNLOAD FOLDER=c:\ FILE=image.jpg
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.domain.com CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
TAB CLOSEALLOTHERS
WAIT SECONDS = 2
TAB OPEN
TAB T=2
URL GOTO=http://api.deathbycaptcha.com/decaptcher?function=picture2&print_format=html
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:username CONTENT=USERNAME
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:password CONTENT=PASSWORD
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:pict CONTENT=c:\image.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=VALUE:Send
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
TAB T=1
FRAME F=0
'END DECAPTCHA
I am using imacros for web automating and i am using captcha sniper to solve captcha.
The problem is that i never managed to make imacros work with captchasniper.
Can anyone tell me please how can i make possible that all captchas that imacros meet to be solved with captcha sniper?
I have captchasniper 7.77 and imacros 8.02
And it would be create f anyone can tell me how to teach captcha sniper to solve other captchas in case the captcha i want to solve is an unsupported format.
Thank you in advance and i wait for your answer.
below is the script i use with imacros to solve captcha:
'DECAPTCHA
FILEDELETE NAME=c:\image.jpg
ONDOWNLOAD FOLDER=c:\ FILE=image.jpg
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.domain.com CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
TAB CLOSEALLOTHERS
WAIT SECONDS = 2
TAB OPEN
TAB T=2
URL GOTO=http://api.deathbycaptcha.com/decaptcher?function=picture2&print_format=html
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:username CONTENT=USERNAME
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:password CONTENT=PASSWORD
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:pict CONTENT=c:\image.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=VALUE:Send
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
TAB T=1
FRAME F=0
'END DECAPTCHA