Activity to open different tabs in the edge browser using existing session?

Hi, I have a task where I need to log in to a web application using user name and password. Once all the process has been completed for the existing session, I want to open two more URLs using the existing session and to reduce the re-login process again. I’m storing the URL in three different variables. I’m doing all the process using Application/Browser activity. Can someone suggest some solution for this?

Pass the output of the use browser activity back to the next workflow (for next session. You can get the output of current instance of the browser from output property of “Use Application/Browser” activity and pass this as the input for next Browser Activity. Instead of Target go for UiElement in input). Now use a goto url/navigation activities to navigate to different urls with same session.