Hey all,
Please see the picture.
I want to click the desktop option. Then click something inside the what is in the desktop.
Ive tried these but to no avail.
olo
Please see the picture.
I want to click the desktop option. Then click something inside the what is in the desktop.
Ive tried these but to no avail.
AutoIt Code
WinWaitActive("[CLASS:TkWBForm]") ControlClick("[CLASS:TkWBForm]", "", "TButton1") Sleep(1000) ControlClick("[CLASS:#32770]", "Desktop", "ToolbarWindow32") Sleep(1000) ControlClick("[CLASS:#32770]", "BCU101C_DSI002" , "SysListView32") Sleep(1000) ControlClick("[CLASS:#32770]", "Open", "Button2")
olo