HowTo - Hide UI.Vision & Browser with AutoHotkey

Here’s a small AHK Script for hiding UI.Vision:

#Requires AutoHotkey v2.0

WinWaitActive("ahk_class Chrome_WidgetWin_1")
WinMinimize
Reload

I would like to hear if there are better options to permanently hide UI.Vision while executing Macros… Also tried MinimizeToTray but it only works temporarily…

Some ui vision commands require the screen in front so it is not a good idea to minimize the browser while running the macro.

If you don’t use Xclick/Xtype/Xmove command you can overlay a new screen in front and let the browser work in background

I agree with @newuserkantu - but if you want minimize it, Ui.Vision has a command for it: BringIDEandBrowserToBackground

No need to use AHK for this :wink: