Navigate to another tab

Hi everyone,

I am facing a problem i have opened a website doing some work on first tab which is opened as downloading some files from first tab but after that i want to click on a element in the first tab which takes me to another tab and using hotkeys cntrl +s i want to save the file that is opened in another tab and then i want to come back agan to the first tab and perform some more task but when i am on second tab and using the hotkeys activity it is doing cntrl + s in the first tab not in the second tab

Hi,

We need to use Browser instance (UiPath.Core.Browser) to make sure identify each tab/window of browser. If we want to handle 3 tabs, it’s better to use 3 browser type variable.

Note : In modern UIAutomaton, we need to use UiElement instead of Browser.

Regards,