Jump to content
UBot Underground

Open new browser then it closes. Why is this and how to leave it open?


Recommended Posts

The link I'm going to opens a new tab in normal browsers but when I use it as shared browser it opens it and then closes. How can I leave it open and how can I close it?

Link to post
Share on other sites

It is designed so that it automatically closes as soon as the code you run in it is executed.

 

If you are needing to leave it open, you can add a long wait at the end of the code.

Link to post
Share on other sites

ui drop down("threadloop""true,false"#loop me like i puke)
in shared browser {
    set(#puke"puke""Global")
    loop while($comparison(#loop me like i puke"="$true)) {
        set(#puke"{#puke}{$new line}puke""Global")
        load html(#puke)
        wait(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...