I have this code
ONDOWNLOAD FOLDER=D:\ FILE=media.jpg WAIT=YES
TAG POS=1 TYPE=IMG ATTR=ID:adcopy-puzzle-image-image
CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
TAB OPEN
TAB T=2
URL GOTO=http://2captcha.com/imacros.html
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://rucaptcha.com/in.php ATTR=NAME:key
CONTENT=edaceeb357f4b0
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION: aqui fica o mesmo link de cima ATTR=NAME:file
CONTENT=D:\media.jpg
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=TYPE:submit&&VALUE:recognize
WAIT SECONDS=1
SET !EXTRACT NULL
TAG POS=1 TYPE=* ATTR=TXT:* EXTRACT=TXT
TAB CLOSE
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:adcopy_response CONTENT={{!EXTRACT}}''
But when it comes time to extract just the numbers, example appears on the screen OK |958959
, in this the iMacro
copies everything to the error I wanted to copy only the numbers
What do I have to do in the code?