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
网友评论