English 中文(简体)
无法使用网在虚拟机器上注册节点
原标题:Unable to register a node on virtual machine using selenium Grid

因此,非常感谢在这方面给予的任何帮助。

我使用以下版本的服务器 :

selenium-server-standalone-2.20.0.jar

我成功启动中心, 将中心输入到 cmd 线 :

java - jar -seum-server- 独立独立-2.2.0.0.jar.jar. - 圆杆中枢

我还设法在我的物理机器上注册了一个节点,执行了以下命令线:

java - jar semen-serva-server-standal-para-2.20.0.jar - Rope webdriver -hub http://localhost:4444 /grid/register-browser浏览器Name=iexplore,平台=WINDOWS -port 5556

我通过前往http://localhost:4444 /grid/Conole/grid/Conole>,核实了上述情况,并可以看到节点已在5556港成功注册。

现在作为下一步,我正试图在 Windows7 虚拟机器上注册另一个节点(IP 地址= 10.0.0.79),在 cmd 线中运行以下节点 :

java - jar semen-serva-server- standal- paral- 2.2.0.0.jar - Rope webdriver -hub http://10.0.0.79:4444 /code>/grid/register-browser浏览器Name=iexplore,platform=WINDOWS

不幸的是,上述 cmd 没有登记我的请求, 我得到了错误: 无法调动此节点 : 居中还是没有响应 。

如果有人能告诉我我做错了什么,我将不胜感激。

干杯 干杯

最佳回答

10.0.0. 79 是您节点的 IP, 不是枢纽对吗? 枢纽在 VM 之外运行( 使用不同的 IP)

在你最后的命令中 你让它指向10.0.0.79的中枢

问题回答

暂无回答




相关问题
How to get row index of the selected cell in WPF grid

Does anyone knows how to get row index of the selected cell in DevExpress WPF grid? In WinForms it was something like that: dataGridViewControll.SelectedCells[0].RowIndex;

TextBoxColumn in DevexpressGridControl (WPF)

In Windows grid is sucha a thing like DataGridViewTextBoxColumn col = new DataGridViewTextBoxColumn(); Is something like that in DevExpress GridControll for WPF?Or maybe is possible to do some ...

Grid Chart using GWT

Is there any library in gwt that will create grid chart, something similar to this : http://www.eyescience.com/images/vision/amsler_grid.gif. Thank you.

PBS and specify nodes to use

when you submit jobs to a PBS server, is it possible to specify the nodes that we want to use in a list? Thanks

Grid sorting with persistent master sort

I have a UI with a grid. Each record in the grid is sorted by a "master" sort column, let s call it a page number. Each record is a story in a magazine. I want the user to be able to drag and drop ...

热门标签