How to know if any window is currently active or not in uipath?

Hi @Sam,

Use Get Active Window activity
Properties
ApplicationWindow=wind (UiPath.Core.Window)
use get Attribute activity
Properties
Element=wind in the Element
Attributies → title or app

GetActiveWindow.xaml (8.9 KB)

if you use app ->it will return the application name

Regards,
Arivu

1 Like