RosettaCodeData/Task/Simulate-input-Mouse/AutoHotkey/simulate-input-mouse.ahk
2023-07-01 13:44:08 -04:00

6 lines
222 B
AutoHotkey

WinActivate, ahk_class MozillaUIWindowClass
Click 200, 200 right ; relative to external window (firefox)
sleep, 2000
WinMinimize
CoordMode, Mouse, Screen
Click 400, 400 right ; relative to top left corner of the screen.