selenium Grid

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium Grid相关的知识,希望对你有一定的参考价值。

http://jarvi.iteye.com/blog/1569302

 

1.准备

 1)准备两台电脑

 2)两台电脑都需要配置JDK运行环境,下载selenium-server-standalone-2.48.2.jar包,可选其他版本的selenium server jar包

 

2.开始

Grid 需要一个主节点,其他子节点连接到主节点上,所以需要先启动主节点。本次操作一台电脑作为主节点,另外一台作为子节点连入

 1)打开cmd,进入selenium server jar包所在的文件目录,输入启动命令

java -jar selenium-server-standalone-2.48.2.jar -role hub  

 

 默认启动端口为4444。如果要修改端口,可以在上面的命令加上 -port XXXX。启动完成后用浏览器打开

以上是关于selenium Grid的主要内容,如果未能解决你的问题,请参考以下文章

Selenium_Grid

selenium-grid分布式自动化测试

在节点机器上执行批处理文件 - Selenium Grid

selenium Grid2

[Grid Layout] Use auto-fill and auto-fit if the number of repeated grid tracks is not to be def(代码片段

Python+Selenium笔记:配置selenium Grid