If I want to run Selenium tests inside a Docker container with a visible (not headless) browser, what are my options?
- Do I need to use a remote display viewer such as VNC?
- Is it possible to use a browser on the host? (I.e. a browser that is not in the Docker container). How does this work?
- Any other option?

