Hi, so I have an issue with my script, I'm trying to get it to run on internet explorers in the background, with ie opened or minimized, doesn't matter, but it doesn't seem to do a thing when I run it
Here's part of the script
HotKeySet("{F7}", "StartStop")
HotKeySet("{F8}", "ExitProgram")
Opt("WinTitleMatchMode", 2)
$handle = WinGetHandle("Windows Internet Explorer")
$cId = "[CLASS:Internet Explorer_Server; INSTANCE:1]"
$on = False
While 1
While $on = True
Sleep(1500)
ControlClick($handle, "", "Left", 1, 552, 47)
ControlClick($handle, "", "", "Left", 1, 1044, 575)
Sleep(700)
ControlClick($handle, "", "", "Left", 1, 1170, 497)
Sleep(700)
ControlClick($handle, "", "", "Left", 1, 1011, 653)
Here's part of the script
HotKeySet("{F7}", "StartStop")
HotKeySet("{F8}", "ExitProgram")
Opt("WinTitleMatchMode", 2)
$handle = WinGetHandle("Windows Internet Explorer")
$cId = "[CLASS:Internet Explorer_Server; INSTANCE:1]"
$on = False
While 1
While $on = True
Sleep(1500)
ControlClick($handle, "", "Left", 1, 552, 47)
ControlClick($handle, "", "", "Left", 1, 1044, 575)
Sleep(700)
ControlClick($handle, "", "", "Left", 1, 1170, 497)
Sleep(700)
ControlClick($handle, "", "", "Left", 1, 1011, 653)