Jump to content
UBot Underground

Page Refresh


Recommended Posts

Hi All,

 

How can I mimic a "page refresh" or "reload page" in Ubot other than calling "navigate".

 

thanks in advance.

 

Hi, run this code:

run javascript("javascript:document.location.reload(true);")
Link to post
Share on other sites

Hi, it doesn't work when I pasted the code. I don't know why?

 

EDIT: Its ok now. Because I'm using node view, I just put

javascript:document.location.reload(true);

in the run javascript node. - thanks.

Edited by batibot
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...