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

本文共 1216 字,大约阅读时间需要 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

 

转载地址:http://aeyno.baihongyu.com/

你可能感兴趣的文章
SDUST 2844-Mineral Water(数学)
查看>>
我的第一个开源控件-DragGridView
查看>>
5 Protocols For Event-Driven API Architectures
查看>>
《31天成为IT服务达人》最新文件夹
查看>>
leetcode 229: Majority Element II
查看>>
Linux-文件描述符的本质及与文件指针的区别
查看>>
Java Singleton的3种实现方式
查看>>
反向传播BackPropagation
查看>>
[js高手之路] es6系列教程 - var, let, const详解
查看>>
Gedit 有用插件介绍
查看>>
Unity3D使用小技巧
查看>>
模拟生产搭建Standby RAC实验环境(11.2.0.4 DG)
查看>>
1.4 以查询取代临时变量
查看>>
Android真机调试——远程主机强迫关闭了一个现有的连接。
查看>>
欢迎使用CSDN-markdown编辑器
查看>>
wordpress 开源博客系统部署
查看>>
转载【微信小程序】:微信小程序滚动Tab选项卡:左右可滑动切换(仿某宝)
查看>>
HOOK 底层键盘消息---WH_KEYBOARD_LL
查看>>
Git Bash关键命令
查看>>
ArrayList、Vector、HashMap、HashTable、HashSet的默认初始容量、加载因子、扩容增量...
查看>>