Continue working on an open browser after "invoke process"

hello,

how can I Continue working on an open browser after “invoke process” in a modern studio and after getting back to the main process Continue working on the same browser?
(the URL are not the same for each process, but the site itself does)

1 Like

Hey @Lior_Ben_Naim

Kindly use the Output Element or Browser Session property from the first Open Browser activity & Store it in a variable.

Then you can easily send the same variable into a new Attach browser or Use App activity as input without any URL param which will fulfill your need.

Hope this helps.

Thanks
#nK

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.