How can I use a Window Handle with an Application/Browser Card?

Hi,

We can achieve it using Input Element property with the following expression, for example. Can you try this?

new UiPath.Core.UiElement(new UiPath.Core.Window(winHandle))

In general, we can set appWindow variable at InputElement property in the above image, to operate at same window.

Regards,

1 Like