Search results for set-window



set_window: specifies the window to receive subsequent input and (optionally)specifies the amount of time to wait for the specified window.win_activat ...
Given a set_window("main",10); what is the essential of 10?Anwer:The meaning of 10 here is timing for the execution of that statement.If you are using ...
set_window function is used for giving input to the window.win_activate function is used for the activate window.Note: In scripts, important to use wi ...