Jump to content
UBot Underground

How To Use Function Click Image (Taking A Picture Of It)


Recommended Posts

Hello uboters!

 

Im new to ubot and failing to solve a captcha in ubot.

Before going on, i want to be sure that it is possible to do it with ubot studio.

 

Here is the image i get :

 

lWzAm2C.png

 

I would like to click on the down pic

 

Here is the code i wrote :

 

 

3Xx22fQ.png

if($exists(<innertext="Click the upside
down picture">)) {
                                        then {
                                            wait(5)
                                            mouse over(<image="___IMAGE___0___IMAGE___">,"No")
                                            click(<image="___IMAGE___0___IMAGE___">,"Left Click","No")
                                            wait for element(<class="successbox">,10,"Appear")
                                            wait($rand(3,6))
                                        }
                                        else {
                                            wait(0.5)
                                        }

The result is not good : it can click the right pic 1/2

 

Thanks in advance for any help!

Link to post
Share on other sites
  • 3 weeks later...

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...