5
I have used the immaculate in these sites of bicoins, and it works perfectly the process. however it is not 100%. I need a code to put at the end of the script process that makes it search the word on the site, if you find it start the process again, if not, wait 3600 seconds.
When wrong appears written: "Incorrect captcha entered" that would be by the immaculate:
TAG POS=1 TYPE=P ATTR=ID:free_play_error
And when it hits, "You win"
TAG POS=1 TYPE=DIV ATTR=ID:free_play_result
Follow the end of the script:
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:adcopy_response CONTENT={{!EXTRACT}}
WAIT SECONDS=1
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=*
TAG POS=19 TYPE=A ATTR=TXT:×
wait seconds=3600
Basically here it closes the Tab, glue the captcha in the right place and play, but sometimes the captcha comes wrong. Then I would need a function so that he can distinguish whether or not the process worked. If successful, wait for 3600 seconds, if not, start the start script.