When I pass url for start process, when the application opens up, do I have to attach window?
Also, I need to get browser output element, to be sent to another workflow.
How can I work this out?
The reason why I am thinking of using start process is that, when I use “Use Application” , the applications comes up with two different selectors for two differnt scenarios which cannot be wild carded.
Yes, you will have to use Application/browser or classic attach browser activity.
Both use Application/browser or classic attach browser activity give you output object which you can pass to other workflows or you can capture the browser again from respective workflows.
Here is the scenario.
URL I open application.
I click on a tab. Another window opens.
I need to send the new window output element to the other workflows,
When I send the output of the Use application\browser with URL, to another workflow it is giving me the original window, not the pop up window.