docker-selenium icon indicating copy to clipboard operation
docker-selenium copied to clipboard

[🚀 Feature]: A way to pass 'SE_VNC_VIEW_ONLY' from code.

Open ekadov opened this issue 7 months ago • 2 comments

Feature and motivation

Hi. Please, add a feature to start some browser containers with SE_VNC_VIEW_ONLY and some without it. It could be useful for debug purposes.

Usage example

Something like to pass this parameter via Capability. For example: "se:vncViewOnly: [boolean]". Passing this parameter, container will be running using 'SE_VNC_VIEW_ONLY' or not. SE_VNC_VIEW_ONLY in docker environment for node should override the one passed from code.

ekadov avatar Apr 11 '25 08:04 ekadov