Hi,
I am using “Use Application\Browser” activity. Within this activity I want to “invoke workflow file” a xaml which has some UI clicks on the same web page. Would this work?
Thank you,
Hi,
I am using “Use Application\Browser” activity. Within this activity I want to “invoke workflow file” a xaml which has some UI clicks on the same web page. Would this work?
Thank you,
HI,
It’s better to pass UiElement of the browser to callee xaml, as the following.
Use application/Browser in Caller xaml
Callee workflow
(Define UiElement argument)
Regards,
You have to use another use application browser activity inisde the workflow…
You can either attach to window using selector or can send the output of use application browser from the main xaml to the called xaml
Hope this helps
Cheers
Hi Yoichi,
Here may I know what will be the output of UiElement.
Thanks and have a great day.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.