Hi I am facing issue while running my android test through selenoid android. I already:
1. Pull android docker image
2. Register the image on browsers.json
3. And I can see the android image on device list on Selenoid UI
While running the test, android docker image is built and run as container (I can see it with run `docker ps -a).
I have 2 questions
1. Why I got error: selenium.common.exceptions.WebDriverException: Message: wait:
http://172.18.0.4:4444/wd/hub does not respond in 30s ? Do I miss something?
2. Why I can't see android vnc while test run, even I set enableVNC=true?
Thanks 🙏