i have an question.
Can i resolve more then one captcha in one script?
thies is the script.
captcha's are saved as variabels
this is my script.
the first captcha is working but when he does the second its not working. multiply tested but nothing is working.
can anyone help me
VERSION BUILD=9002379
TAB T=1
TAB CLOSEALLOTHERS
SET !EXTRACT_TEST_POPUP NO
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=***
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:a7 CONTENT=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:d7 CONTENT=0
FRAME F=1
SET !VAR2 {{!NOW:ddmmyy_hhnnss}}
ONDOWNLOAD FOLDER=D:\captcha FILE={{!VAR2}}.jpg WAIT=YES
TAG POS=5 TYPE=IMG FORM=NAME:NoFormName ATTR=SRC:* CONTENT=EVENT:SAVEITEM
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=***
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:password CONTENT=***
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:pict CONTENT=D:\captcha\{{!VAR2}}.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=VALUE:Send
wait seconds=5
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
tab close
TAB T=1
FRAME F=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:code CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=NAME:go
WAIT SECONDS=1
TAB T=1
TAB CLOSEALLOTHERS
SET !EXTRACT_TEST_POPUP NO
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=***
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:a7 CONTENT=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:d7 CONTENT=0
TAG POS=2 TYPE=INPUT:RADIO FORM=NAME:NoFormName ATTR=NAME:drugs CONTENT=YES
FRAME F=1
SET !VAR3 {{!NOW:ddmmyy_hhnnss}}
ONDOWNLOAD FOLDER=D:\captcha FILE={{!VAR3}}.jpg WAIT=YES
TAG POS=5 TYPE=IMG FORM=NAME:NoFormName ATTR=SRC:* CONTENT=EVENT:SAVEITEM
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=***
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:password CONTENT=***
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:pict CONTENT=D:\captcha\{{!VAR3}}.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=VALUE:Send
wait seconds=5
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR4 {{!EXTRACT}}
tab close
TAB T=1
FRAME F=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:code CONTENT={{!VAR4}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=NAME:go
WAIT SECONDS=1800