美文网首页
selenium远端执行

selenium远端执行

作者: heliping_peter | 来源:发表于2018-08-27 10:50 被阅读3次

1.拉取docker镜像,选用selenium/standalone-firefox-debug,并运行

docker run -d -p 4444:4444 -p 5900:5900 --name sel selenium/standalone-firefox-debug

2.robot脚本使用远端selenium

 Open Browser  http://10.128.23.18:8080/cmbchina-pay/index.html?tdsourcetag=s_pctim_aiomsg#/login   browser=firefox  remote_url=http://10.128.23.17:4444/wd/hub

3.安装vnc,远程查看,密码为secret

https://www.realvnc.com/en/connect/download/viewer/

相关文章

网友评论

      本文标题:selenium远端执行

      本文链接:https://www.haomeiwen.com/subject/cojziftx.html