How to Browser Navigate To in the Last Window/Tab Used?

What I want to achieve:
The environment is already a browser open, having multiple windows, where each window has multiple tabs open it it. With the environment mentioned, I added Open Browser (which open new tab in new window), and access URL A. After getting data from URL A, I want to use the same window and tab to navigate to URL B.

Current Behavior:
When using Browser > Navigate To, it opens URL B not in the window and tab where the URL A is already open, but always open it to the first window opened, the leftest tab. May be it is the object of the Navigate To?

Question:
Any way to use Navigate To to open URL B in the tab where the URL A is open?

1 Like

Hi,
Create browser variable for last window(assume browser 1) and pass same browser variable in navigate activity property

3 Likes

Sorry for forgetting to say thank you, @ddpadil .
Yes, I found the Output property that time. Thank you!

1 Like