Is there any elegant(or not) solution to open a browser in full screen mode from command line.
Browser full screen api will works only on any user action.
I just need to display a data in a big monitor without showing title bar, menu bar etc. Whether it is possible with browser without any user action.
Whether I could trigger any user action using selenium like tools.
Or anybody could tell any other alternatives to display a data in full screen mode without any user action, but with command line.
Thanks in advance.