Open GoogleCodeExporter opened 9 years ago
The current version supports remote control through the startRemotely command
and therefore allows the use of the Grid.
Syntax :
startRemotely browser, remoteAddress, baseUrl
browser : Name of the browser : firefox, ie, chrome, phantomjs, htmlunit, htmlunitwithjavascript, android, ipad, opera
remoteAddress : Remote url address (ex : "http://localhost:4444/wd/hub")
baseUrl : Base URL of the tested website
Example :
Set selenium = CreateObject("SeleniumWrapper.WebDriver")
selenium.startRemotely "firefox", "http://localhost:4444/wd/hub",
"http://www.google.com"
selenium.Open "/"
...
So yes it supports parallel testing on remote machines as long as you run your
vbs scripts independently.
PS, the getScreenshot command doesn't work in the current version while the
driver is used remotely (Fixed in the next release (1.0.13.3) which will be
available soon).
Original comment by florentbr
on 13 Jun 2013 at 10:16
Thanks. I figured it out after posting the query. Also faced issues with screen
capture in remote execution. Now that you have clarified both.Please close the
requirement.
Venkatesen
Original comment by sqave...@gmail.com
on 14 Jun 2013 at 1:20
Original comment by florentbr
on 17 Jun 2013 at 6:47
Original issue reported on code.google.com by
sqave...@gmail.com
on 13 Jun 2013 at 3:43