selenium novnc设置
2018-12-19 本文已影响12人
heliping_peter
selenium执行环境
可以设置vnc不需要密码
docker run -d -e VNC_NO_PASSWORD=1 -p 4444:4444 -p 5900:5900 --name sel selenium/standalone-firefox-debug
novnc设置
下载novnc,执行
nohup ./novnc/utils/launch.sh --vnc localhost:5900 &