Hello,
i have a problem, that my testcase fails, if application window is not in full-size window.
Is there a good way to check, if application is not in full-size window mode and then maximize the window?
BR
mw-tw
Chec if Application is in maximized size
Re: Chec if Application is in maximized size
The Form/State attribute of our AUT changes from Normal to Maximized when I maximise it. I just looked at it with Ranorex Spy.
Re: Chec if Application is in maximized size
Hi,
Also, via "Run application" command, you can specify that the application should start maximized (via Run application parameter). Have you tried this option?
Also, via "Run application" command, you can specify that the application should start maximized (via Run application parameter). Have you tried this option?
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
Re: Chec if Application is in maximized size
I can't use this, because I start my Test-Application using another application 

Re: Chec if Application is in maximized size
Hey mw-tw,
What about InvokeAction-Maximize? If you target a form with this, it will maximize it, if it is not yet maximized:
Does it help?
Regards,
McTurtle
What about InvokeAction-Maximize? If you target a form with this, it will maximize it, if it is not yet maximized:
Does it help?
Regards,
McTurtle
You do not have the required permissions to view the files attached to this post.