Jump to content
UBot Underground

Captcha solving returns various time. How do I check if it has been solved?


Recommended Posts

Hi

 I am a little stuck here on the captcha part. 

Captcha is returning slow results between 10-30seconds or website seem to be slow but when it solves it.

How do I set the bot to recognize the text box to see if it has been solve and continue on?

Link to post
Share on other sites
botoballs,

I'm not sure how other people do it but I am using the command below to see if Google is requesting a captcha solve:

 

set(#CaptchaCheck$find regular expression($page scrape("To continue, "" below:"), "please type the characters"), "Global")

 

After I solve the captcha I reissue the command above again to see if the request for a second captcha solve is present.

Link to post
Share on other sites

The best way that I have found is using a Loop or a Loop While.

 

Basically, I look for the indicator that the captcha was successful.  If it is not a success then I reset the captcha (if you have that option) and then I retry the solving process.

 

Loop While works great but you need to ensure that you can stop the looping process.

 

Just apply the logic that works best for you and then you can use UBots nodes to accomplish it.

 

Buddy

Link to post
Share on other sites

I like while too. My favourite is to simply give the user the ability to set a number of retry attempts.

 

each time the captcher failes (checking for something existing on the page) increment the value of autoretry by 1. If the user enters 5 auto retries from the drop down and they are equal or higher then pause the bot.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...