博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Selenium Grid的Java调用方法
阅读量:4926 次
发布时间:2019-06-11

本文共 1267 字,大约阅读时间需要 4 分钟。

java -jar selenium-server-standalone-2.53.1.jar -role hubexplorer http://192.168.1.173:4444/grid/consolenautilus http://192.168.1.173:4444/grid/consolejava -jar selenium-server-standalone-2.53.1.jar -role node  -hub http://192.168.1.173:4444/grid/registerexplorer http://192.168.1.173:4444/grid/registernautilus http://192.168.1.173:4444/grid/register

 

//WebDriver driver = new FirefoxDriver();URL hubUrl = new URL("http://192.168.1.173:4444/wd/hub");DesiredCapabilities capabilities = DesiredCapabilities.firefox();//new DesiredCapabilities();capabilities.setBrowserName("firefox");capabilities.setPlatform(Platform.WINDOWS);//capabilities.setVersion("3.6");WebDriver driver = new RemoteWebDriver(hubUrl,capabilities);

 

uuid=`uuidgen`echo ${uuid}echo ${uuid}.pngecho $uuid.png#! uuid include \recho ${uuid}.pngecho "${uuid}.png"curl "http://192.168.1.173:100/cyb/getsnapshot" --data "pathName=${uuid}.png&url=http%3A%2F%2Fwww.baidu.com" curl "http://192.168.1.173:100/cyb/getsnapshot" -d "url=http%3A%2F%2Fwww.baidu.com&pathName=${uuid}.png" curl "http://192.168.1.173:100/cyb/getsnapshot" -d "url=http%3A%2F%2Fwww.jd.com&pathName=${uuid}.png" curl https://download.mozilla.org/?product=firefox-46.0&os=win&lang=zh-CN

 

转载于:https://www.cnblogs.com/rgqancy/p/7461648.html

你可能感兴趣的文章
ssh mysql命令大全
查看>>
查看慢sql语句
查看>>
iOS UILabel自定义行间距时获取高度
查看>>
Freesiwtch NAT支持
查看>>
密码强度的正则表达式(JavaScript)总结
查看>>
13 hbase连接
查看>>
汇编-实验一
查看>>
七、Jmeter + ant + jenkins轻量级接口自动化测试
查看>>
[转载]Virtual Machine Manager on Synology DS716+II
查看>>
简单易用的堡垒机系统—Teleport
查看>>
Python 递归
查看>>
MySQL常用函数
查看>>
[转帖]日本制裁韩国 全球闪存、内存芯片或许要重新涨价了
查看>>
关于SQL2005EXPRESS默认远程无法连接的解决
查看>>
React 16.x 新特性思维导图
查看>>
windows下开多个CMD窗口多个进程输出
查看>>
Ajax实现联想(建议)功能
查看>>
编译cef 2526
查看>>
JavaSE 学习笔记之Object对象(八)
查看>>
两天没有好好休息的感觉
查看>>