Skip to content

Instantly share code, notes, and snippets.

@terrancesnyder
Created June 21, 2011 14:41
Show Gist options
  • Select an option

  • Save terrancesnyder/1037996 to your computer and use it in GitHub Desktop.

Select an option

Save terrancesnyder/1037996 to your computer and use it in GitHub Desktop.
install_selenium_rc.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SeleniumRC1\Parameters]
"Application"="C:\\windows\\system32\\cmd.exe"
"AppDirectory"="C:\\opt\\selenium-grid-1.0.8"
"AppParameters"="/c \"C:\\opt\\selenium-grid-1.0.8\\rc.bat\""
@terrancesnyder
Copy link
Author

"C:\Program Files\Windows Resource Kits\Tools\instsrv.exe" SeleniumRC1 "C:\Program Files\Windows Resource Kits\Tools\srvany.exe"

@terrancesnyder
Copy link
Author

RC.BAT

java -classpath C:\\opt\\selenium-grid-1.0.8\\vendor\\selenium-server-1.0.3-standalone.jar;C:\\opt\\selenium-grid-1.0.8\\lib\\selenium-grid-remote-control-standalone-1.0.8.jar com.thoughtworks.selenium.grid.remotecontrol.SelfRegisteringRemoteControlLauncher -host "STPTBPTV02.catmktg.com" -hubURL "http://selenium.catmktg.us/" -env "*chrome"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment