aerokube / selenoid-ui

Graphical user interface for Selenoid project
https://aerokube.com/selenoid-ui/latest/
Apache License 2.0
305 stars 76 forks source link

Support to open a session with VNC Fullscreen and maybe Unlocke #397

Open benzman81 opened 3 years ago

benzman81 commented 3 years ago

Hi,

we also use Selenoid and Selenoid UI to run out local tests. Now, when a test is started, we already open Selenoid-UI URL to the belonging Session. So that works. What we now would like to have is a URL parameter to define that VNC opens directly in FullScreen. A second parameter to start unlocked would be great, too.

Example URL: http://localhost:8080/#/THE_SESSION_ID?vncFullScreen=true&vncUnlock=true

Regards, Markus