Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Selenium 云服务器实时预览不适用于Zalenium_Selenium_Automated Tests_Selenium Grid_Zalenium - Fatal编程技术网

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

Selenium 云服务器实时预览不适用于Zalenium,selenium,automated-tests,selenium-grid,zalenium,Selenium,Automated Tests,Selenium Grid,Zalenium,我正在尝试在Zalenium上配置testingBot和BrowserStack,除了实时预览,其他一切都很好 当我在Zalenium的实时预览中时,我只能看到docker selenium节点的实时预览。 我是扎勒尼姆的新手,我不知道该怎么做,也不知道能不能做到 下面是我用来运行testingBot的命令: docker run --rm -ti --name zalenium -p 4444:4444 -e TESTINGBOT_KEY -e TESTINGBOT_SECRET -e TES

我正在尝试在Zalenium上配置testingBot和BrowserStack,除了实时预览,其他一切都很好

当我在Zalenium的实时预览中时,我只能看到docker selenium节点的实时预览。 我是扎勒尼姆的新手,我不知道该怎么做,也不知道能不能做到

下面是我用来运行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启动的容器的实时预览,无法看到云中运行的测试的实时视图