aerokube / selenoid

Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
https://aerokube.com/selenoid/latest/
Apache License 2.0
2.54k stars 318 forks source link

Websocket server selenoid docker #1416

Open Lucifar2 opened 2 months ago

Lucifar2 commented 2 months ago

Hello @vania-pooh I want to communicate to a webpage which is running inside selenoid docker container Chrome browser. what should be the host and port in my websocket server python code and if I need to so any port forwarding when setting up selenoid docker container on my machine ?

vania-pooh commented 2 months ago

@Lucifar2 Selenoid does not forward any ports from browser container. So this is technically not possible to access a web application running inside browser container. You should use another way.

github-actions[bot] commented 6 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.