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

What are Browser variables in Refresh Browser Activity? I wish to refresh particular page in the Internet Explorer prior to further activities and wonder how should I do it. Should I put it inside the Attach Browser scope or what?

Thanks in advance for any help on this one

2 Likes

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.

5 Likes

Many thanks, this was helpful.

2 Likes