Jump to content
UBot Underground

Anyone Knows How To Fix This?


Recommended Posts

Hey,

 

There is a website with buttons. I can click the button but nothing happens, unless I allow pop ups in a new window.

Things go fine, but after I open a second pop up, it will stay blank forever.

 

So I degraded to UBot 5.8.5

 

But now, after opening a pop up (new window) 5-6 times, it will stop popping up. Nothing happens.

 

Is there any stable version that can handle pop ups (new window) properly?

 

Also the normal pop up, like the overlay on your screen doesn't seem to work.

I will reinstall UBot again but with an even older version to see if it works on there.

 

If you know a solution or will try to help me, please hit me up!

 

Kind regards,

Fer

Link to post
Share on other sites

Hey,

 

There is a website with buttons. I can click the button but nothing happens, unless I allow pop ups in a new window.

Things go fine, but after I open a second pop up, it will stay blank forever.

 

So I degraded to UBot 5.8.5

 

But now, after opening a pop up (new window) 5-6 times, it will stop popping up. Nothing happens.

 

Is there any stable version that can handle pop ups (new window) properly?

 

Also the normal pop up, like the overlay on your screen doesn't seem to work.

I will reinstall UBot again but with an even older version to see if it works on there.

 

If you know a solution or will try to help me, please hit me up!

 

Kind regards,

Fer

Can you share the website?

 

Dan

Link to post
Share on other sites

Sounds like a navigation command memory leak in a loop issue...

 

Step 1. Down grade back to Ubot 5.8 or 5.7

Step 2. I assume you have a loop with navigation or new windows code. At the beginning of your loop, add 1. navigate to www.google.com, 2. load html (blank) (asset://asset)

 

Let us know if that solves your problem.

Link to post
Share on other sites

I'm not sure you code.

is a basic

allow popups("In New Window")
navigate("http://www.tripadvisor.co.uk/Restaurant_Review-g1016887-d1847312-Reviews-Wild_Boar_Restaurant_at_Sitwell_Arms_Hotel-Renishaw_Derbyshire_England.html","Wait")
wait for browser event("Everything Loaded","")
wait(1)
click(<onclick=w"*\', \'isAsdf\':true\})">,"Left Click","No")
wait(4)
in popup {
    alert($url)
    close page
}

If the problem persists, try to follow the advice. "RickBot0906"

  • Like 1
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...