Update the selenium server and node scripts for Windows

This commit is contained in:
Michael Mintz 2016-02-07 23:45:36 -05:00
parent 69f147f0b9
commit 3fbca423a1
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
cd c:\ cd c:\
java -jar selenium-server-standalone-2.50.1.jar -role node -hub http://[ENTER URL OF THE GRID HUB SERVER]:4444/grid/register -browser browserName=chrome,maxInstances=5 -browser browserName=firefox,maxInstances=5 -browser browserName="internet explorer",maxInstances=1 java -jar selenium-server-standalone.jar -role node -hub http://[ENTER URL OF THE GRID HUB SERVER]:4444/grid/register -browser browserName=chrome,maxInstances=5 -browser browserName=firefox,maxInstances=5 -browser browserName="internet explorer",maxInstances=1

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
java -jar selenium-server-standalone-2.50.1.jar -role hub java -jar selenium-server-standalone.jar -role hub