Open shelper opened 3 years ago
I am trying to use sendKeys to bring a window to foreground by sendKeys "window title" "" but seems it only works if the window is hidden, if it is minimized, then this will not work.. is there a way to add this feature of restore minimized window?
sendKeys "window title" ""
I am trying to use sendKeys to bring a window to foreground by
sendKeys "window title" ""
but seems it only works if the window is hidden, if it is minimized, then this will not work.. is there a way to add this feature of restore minimized window?