I am using start process to start a browser based application. But it is opening as a new tab for the already opened another browser application. Is there a way I can start a separate browser instance with start process? Thank you so much
Thank you,
I am using start process to start a browser based application. But it is opening as a new tab for the already opened another browser application. Is there a way I can start a separate browser instance with start process? Thank you so much
Thank you,
This is the wrong way to open a browser. Use Application/Browser is the right way.
@postwick
When I use “Use Application\Browser” I have a parallel activity, each activity has a different url for the browser, for example “Sign In” or “Navigate” etc. So I chose to use start process.
If I use a wild card, it is going to the already open another application. So I do not know how to solve this.
Thank you,
Why are you using parallel? Describe your process and show your code.
If I use a wild card, it is going to the already open another application. So I do not know how to solve this.
That’s what the open and close properties are for. If you have it set to open always, then it won’t attach to an existing window.
Have you done all the free training at academy.uipath.com yet? It teaches you these things.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.