Simulate input/Mouse: Difference between revisions

m
Fixed lang tags.
(Er, let's try that again)
m (Fixed lang tags.)
Line 3:
=={{header|AutoHotkey}}==
target gui may be externally created.
<lang AutoHotkey>WinActivate, ahk_class MozillaUIWindowClass
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.</lang>
</lang>
=={{header|Java}}==
You can click on any Component using a Robot and the Component's location:
Anonymous user