Browser Full ScreenMode

Ranorex Studio, Spy, Recorder, and Driver.
nav
Posts: 1
Joined: Thu Jul 25, 2013 4:04 pm

Browser Full ScreenMode

Post by nav » Thu Jul 25, 2013 4:13 pm

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

yoad
Posts: 39
Joined: Sun May 26, 2013 9:08 am

Re: Browser Full ScreenMode

Post by yoad » Thu Jul 25, 2013 4:20 pm

hello,
i think mabye way:
change Maximized to "True"

please see picture
You do not have the required permissions to view the files attached to this post.