Is there a clever way to launch a web browser in full screen mode from the command line?
The browser's full screen API only activates in response to user interaction.
I simply want to show data on a large monitor without any unnecessary elements like title bar or menu bar. Is it achievable without any user input using Selenium or similar tools?
Alternatively, are there any other methods to display information in full screen mode via the command line without requiring user action?
Thank you in advance!