I am new to selenium.
I just wanted to use grid2 on a project.
As of now, I have setup a hub a.a.a.a:4444
and I have registerd a node b.b.b.b:5555
I see the following on the grid console
port:5555
host:b.b.b.b
servlets:[]
cleanUpCycle:5000
browserTimeout:0
hubHost:a.a.a.a
registerCycle:5000
hub:http://a.a.a.a:4444/grid/register
newSessionWaitTimeout:-1
capabilityMatcher:org.openqa.grid.internal.utils.DefaultCapabilityMatcher
url:http://b.b.b.b:5555
remoteHost:http://b.b.b.b:5555
prioritizer:null
register:true
throwOnCapabilityNotPresent:true
nodePolling:5000
proxy:org.openqa.grid.selenium.proxy.DefaultRemoteProxy
maxSession:5
role:node
hubPort:4444
timeout:300000
I would like to do a simple test , that is go to the node and see if a url opens for example www.url.com/mysoftware. If it opens then print "opens" else "fails". I use Ruby generally but I am not able to find a good place to start for this.
Thanks