Page 1 of 1

Browser Full ScreenMode

Posted: Thu Jul 25, 2013 4:13 pm
by nav
Hi,

As per my requirement I need to run my web application should be in Browser(IE,Chrome,FF) Full Screen Mode.
Below is the code I have used to get the browser in FullScreen Mode.

Keyboard.Press("{F11}"); . But the problem here is if browser is already in fullscreen mode, it will toggle to restore the browser.
When I check the below property after apply the above code, this always returning false.
FullScreen

Please suggest the best way of doing this

Thanks,
Nav

Re: Browser Full ScreenMode

Posted: Thu Jul 25, 2013 4:20 pm
by yoad
hello,
i think mabye way:
change Maximized to "True"

please see picture