Browser(”A”).Object.FullScreen always returns false IE8 and QTP 10
♥ 0 |
I am trying to determine whether the current open browser is full screen before sending the full screen command. Browser("A").Object.FullScreen always returns false whether the browser is set to Full Screen View or not. I have tried to get this to work in IE7 and IE8 using QTP 10. Anyone seen this problem before? Do I really need to use browser size to figure this out? Thanks in advance…
Marked as spam
|
Private answer
You have to look at the ''Maximized property of the Window object instead.
Marked as spam
|
|||||
Private answer
Full screen is confusing because most get confused between Maximized and Theater Mode. Pressing F11 makes the browser go to Theater Mode(FullScreen). Below is code for working with TheaterMode. The FullScreen Attribute is always false for me. If you want to look at Maximized please look at post above.
Marked as spam
|
|||||
Private answer
Fllowing what the former answers are and you will find what you want i think true religion jeans Marked as spam
|