Jump to content
UBot Underground

Allow Pop Up - In New Browser Not Working


Recommended Posts

Example 1
allow popups("In New Window")
navigate("http://www.javascript-coder.com/files/window-popup/javascript-window-open-example1.html", "Wait")
click(<href="javascript: openwindow()">, "Left Click", "No")
wait(4)
in popup {
    set(#header, $scrape attribute(<title="Permanent link to jQuery Popups">, "innertext"), "Global")
    close page
}

both debug and compile bot not working

Link to post
Share on other sites
  • 1 month later...

The above popup codes do not work at all.. I am still using Ubot Studio 5.9.....

 

Both working for me using 5.9.55.

 

Are you saying the popup never comes up or is there some other problem?

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