Forum Discussion

william_roe's avatar
william_roe
Super Contributor
9 years ago
Solved

Launch Chrome in Full Screen Mode From Keyword Test

I though this would have been covered before but couldn't find it via search. How can Chrome be launched full screen via a keyword without having to press F11? I found this article which explains how...
  • HKosova's avatar
    9 years ago

    --start-fullscreen works for me with Chrome 46 on Windows 7. Make sure Chrome is closed before you launch it with --start-fullscreen.

     

    chrome-start-fullscreen.png

     

    If you use VBScript, the code snippet must be wrapped into Execute:

    Execute("Browsers.Item(btChrome).RunOptions = ""--start-fullscreen""")