aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

Couldn't connect to VNC from Selenoid UI #37

Open srntqn opened 3 years ago

srntqn commented 3 years ago

Hi!

Is it possible to use Selenoid UI VNC to view Edge window?

We use it without any problem when we run Chrome images but there is a problem using Selenoid UI VNC with Edge browsers.

It stucks in VNC CONNECTING state for a few seconds and after that the state changes to VNC DISCONNECTED. There are no errors in the browser or Selenoid UI/browser container logs.

How can we debug this issue and give you more information?

P.S.

Also, we can connect to Windows VM in container using default MacOS client - Screen Sharing so I guess vnc server in a container is working correctly.

vania-pooh commented 3 years ago

@srntqn need to install and run on port 5900 a VNC server inside Windows VM. Also need to forward this port outside.

srntqn commented 3 years ago

@vania-pooh thanks! I will try to configure VNC server in Windows VM and close the issue if it will help.