English 中文(简体)
Cannot对Selenium Hub进行遥控登记
原标题:Cannot register remote control to Selenium Hub

当我试图对Selenium Hub进行遥控登记时,我就谈这个问题。

Here is the ip info: RC: 172.16.0.90 HUB: 172.16.0.121

Step: 1. "ant launch-hub" on Hub Machine 2. "ant -Dport=5555 -Dhost=172.16.0.90 -Dhuburl=http://172.16.0.121:4444 lanuch-remote-control" on RC Machine.

错误信息是,“不能在http:// localhost:444444上与Selenium HUb联系: 拒绝联系。

Why it is connecting to "localhost"? Did I do the wrong step or wrong command? Thanks a lot for the help.

问题回答

论点是-DhubURL,而不是-Dhuburl





相关问题
Setup for IE6 (and multiple browsers) in Selenium Grid

I m having a hard time trying to grasp some concepts on selenium Grid/RC. What I need is to provide specific environments (ie6-on-xp, ie7-on-xp, etc) to the tests. For what I ve been reading, the ...

Wait for an iframe to open and load with Selenium

I have an app in which the user clicks a button, triggering an iFrame to open. I m having real trouble waiting for this frame to open an load before continuing. I can t use: wait_for_page_to_load ...

Selenium Automation

Is there any way in Selenium ide, so that we get list and handlers for all controls provided on any page? So if we get that we can test that one by one using RC and it ll greatly helpful when there ...

Selenium screenshots using rspec

I am trying to capture screenshots on test failure using selenium-client and rspec. I run this command: $ spec my_spec.rb --require rubygems,selenium/rspec/reporting/...

Javascript communication with Selenium (RC)

My Application has a lot of calculation being done in JavaScript according to how and when the user acts on the application. The project prints out valuable information (through console calls) as to ...

Heightened privilege selenium browsers on Windows 7 (x64)

I make use of *firefox and *iexplore etc. within my selenium tests to get around the issue of self-signed SSL certificates on my local machine. Unfortunately, now that I ve moved from XP over to 7, ...

Selenium RC > how to upload file using attachFile()

I am using Selenium RC with Junit framework. I am trying to upload a file using attachFile() method. attachFile: (Information collected from selenium API http://release.seleniumhq.org/selenium-...

热门标签