Hey guys,
I am quite new to UiPath. I created a routine to do some operations on a web page. For this I have to navigate on the web page to specific positions (it’s a viewer for our projects, imaginable like Google Maps).
Then I save the URL and open it in a new firefox window with the ‘Open Browser’ function. I save the browser in a variable, let’s call it window.
In the following steps the robot have to mark some points in the specific position of the viewer. I did this with ‘Attach Browser’ and gave it the variable window. The workflow is fine and works perfectly well.
Back in my flowchart is another workflow which shall use the same window after that. I did the same thing with ‘Attach Browser’ and the same varibale window. But the operations happen in my main browser, where I navigated to the scene.
Can someone help me with this issue? Did I miss something?
Thank you very much!