There are a few methods that you can use to refresh a webpage in ubot studio one
- using a java script
javascript:document.location.reload(true); Just search run javascript command in search bot and type the following javascript.
But in case you are using the exbrowser plugin, than there is separate command assigned for refreshing or reloading the web page.
Go to search bot and find “reload” You will see “ex browser reload page” command and that’s it.