Check if the window is already maximized
Hello, I have to maximize window for entering some values. If the window is already maximized, it throws an error. Is there any way to check if the window is already maximized, and to maximize it if it's not? Thanks.
Comments
You can put error handling around the 'Maximise Window' command and set the error handling to continue the task.
Hope this helps.