Hi,
I am using “Use Applicaiton\browser” to open an Edge application.
Then I click on a link,
This opens another tab.
Now I have to close the first tab.
Pass the second tab browser as argument to another work flow.
@Yoichi That works great!
Part B of the question: how to pass the output element of the second tab to another flow. Now that I am in the second tab, I need to get the uie for this tab so I can use in another Use\Application browser.
@Yoichi
I have set the properties as specified. However when I use the browser for the second tab to get uie, I am getting the browser not configured error.
Thank you so much @Yoichi
I am able to do that following the above.
However in the second tab, where you have put the message box, I am not able to interact with any of the ui elelemnts. It says “Cannot find the UI element.” The indicated element does not belong to the target/
My whole purpose of second tab is able to do some process in another workflow. Please advise. Thank you,