云服务器实时预览不适用于 Zalenium

Cloud Server Live Preview not working with Zalenium

我正在尝试在 Zalenium 上配置 testingBot 和 BrowserStack,除实时预览外一切正常。

当我在 Zalenium 的实时预览中时,我只能看到 docker-selenium 节点的实时预览。 我是 Zalenium 的新手,我不知道该怎么做或是否可以完成。

这是我用来 运行 testingBot 的命令:

docker run --rm -ti --name zalenium -p 4444:4444 -e TESTINGBOT_KEY -e TESTINGBOT_SECRET -e TESTINGBOT_URL   -v/var/run/docker.sock:/var/run/docker.sock  -v/c/Users/javier.gallegos/temp/videos:/home/seluser/videos --privileged dosel/zalenium start --testingBotEnabled true --startTunnel true

感谢您的帮助。

您只能看到由 Zalenium 启动的容器的实时预览,无法看到云端测试的实时视图运行。