We are chrome casting the automation to a couple monitors so we can monitor it and wanted it to appear on screen. What we did was:
{
“Command”: “bringBrowserToForeground”,
“Target”: “”,
“Value”: “”
},
{
"Command": “XType”,
"Target": “${KEY_F11}”,
“Value”: “”
},
{
“Command”: “resize”,
“Target”: “1024@768”,
“Value”: “”
},
Opening the browser to fullscreen then resizing keeps it on the screen.