|
|||
|
No, you can control other windows, but you will have to first find the window. The "find" method has two arguments, the first one is the class name of the target window, and the second one is the caption of the window. "Shell_TrayWnd" is the class name of the task bar. If you want to find by window name, you can do as follows
Code:
var wnd = Window.find(null, "Untitled - Notepad"); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|