Hi I want to ensure that the window is always maximised when I launch ie - is there an Action in BP that caters for this?
Grateful for any help!
thanks
hey Rhys, whats the syntax you have been using ? i havnt had luck with the Windows Key. What was spy mode, and is your nav stage a send key or send key event
Cheers
Jag
Instead spy the minimise/maximise button on the Window in Win32 mode and use class IEFrame in its class attribute.
You will be able to spy that correctly.
Lots of different ways and I love the suggestions already posted. We use spying to check for 'Restore' or 'Maximise' on the top right button... press accordingly.
I have come across same issue and tried every possible way.
Can anyone guide me in detail on how to spy minimise/maximise button of IE window since I am not able to find perfect attributes in win32 mode to match the these element.