I am in need of some help, as you know, the open browser in classic activity lets you store a UiBrowser object, however I can’t find the way to achieve the same using Use application/Browser activity when using modern design, is there anyway of storing the UiBrowser object when using “Use application/Browser” or a way of accomplishing the same with modern activities?
Use Application/Browser activity will give output of type UiElement whether it is application or browser. Create one variable of type UiElement and set to Output Element field. Later if you want to use it then pass above output UiElement variable to Input Element of Use Application/Browser activity.
Hi @Yoichi thank you for the explanation and examples, this also helped and also worked, in my case I did the following I used a Use application/Browser and created a variable of type UIElement called UiBrowser, then in another workflow I used the use application/Browser again, created an in_UiBrowser argument of type UiElement and passed it in to the Use Application/Browser in the Input UI Element.