Refresh Browser Activity - Browser Variables - How to tell UiPath which browser and which window to refresh?

Hello there,

You need a browser variable which can be yield from attach browser/Open browser(just hit ctl+k and name the variable ex: BrwWnd) activity.
Initially enclose the webpage/activity inside the attach browser scope and then use the Refresh browser outside the container/anywhere in the workflow and you can refresh the page by passing the browser variable (BrwWnd) as input to refresh browser acivity.

6 Likes