jimsmith_1
12 years agoContributor
Internet Explorer Full Screen Mode
My overnight regression test project run has started to suffer from a sporadic problem. I wonder if anyone has seen anything similar.
I have a keyword test that is designed to open IE and start my application. I have attached a screenshot of the keyword test.
Whenever I run this myself it works fine, but sometimes during my overnight run it opens IE in full screen mode which stops the rest of my tests running. The log error occurs on the BrowserWindow Maximize command and is...
The window is not of the WS_MAXIMIZEBOX style.
Tested object:
Aliases.browser.BrowserWindow
(Sys.Browser("iexplore").BrowserWindow(0))
I always take a screenshot when errors occur and this shows that IE has switched to full screen mode which explains the error message.
My overnight test run is started in a Remote Desktop session by Windows Task Scheduler.
Has anybody else seen random full screen mode appearance in IE 9?
Thanks, Jim
I have a keyword test that is designed to open IE and start my application. I have attached a screenshot of the keyword test.
Whenever I run this myself it works fine, but sometimes during my overnight run it opens IE in full screen mode which stops the rest of my tests running. The log error occurs on the BrowserWindow Maximize command and is...
The window is not of the WS_MAXIMIZEBOX style.
Tested object:
Aliases.browser.BrowserWindow
(Sys.Browser("iexplore").BrowserWindow(0))
I always take a screenshot when errors occur and this shows that IE has switched to full screen mode which explains the error message.
My overnight test run is started in a Remote Desktop session by Windows Task Scheduler.
Has anybody else seen random full screen mode appearance in IE 9?
Thanks, Jim
Hi Jim,
You can consider the possibility of disabling IE's Full Screen mode at all. This Microsoft forum thread explains how to do this.