Keep a Web Session Alive

Hi All,

We have a requirement to keep a web session alive using the UIPath robot. Essentially click something/refresh a browser in a timed interval.

Any leads on if this can be acheived with http request or something like that?

Thanks,
Suchit

Please see if you could use “refresh browser” activity and schedule it a timed interval

Thanks
Roofus

I did try using the refresh browser activity and the web application kills the session on refresh. I assume refresh browser will not work in this case.

Try to create variable in open browser activity and then use Refresh browser activity outside the container.

Thanks
Roofus