I'm setting up Selenoid Windows Server 2016 for IE and Edge browsers. I'm not attempting to dockerise the windows images as I doubt I'd get this past our security team.
I've got this running from the command line without any issues, but I have two outstanding questions I cannot find the answer to:
In browsers.json is it possible to specify the platform? I cannot find any documentation on how to add this. While not strictly necessary, I might also have a version of Chrome on the Windows server as well as in a Linux/Docker/Selenoid instance.
Is it possible to run selenoid (and/or the UI) as a windows service? I suspect I'm going to need to configure the server to autologon after a reboot and run selenoid_windows_amd64.exe so the browsers have access to the desktop but I'm hoping to be wrong ;-)
Note: I will be running Selenoid on linux for all other browsers with GGR linking the two.