Skip to content

Instantly share code, notes, and snippets.

@uchagani
Created August 24, 2016 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uchagani/036e91d718ae2b3e5d63a51483fae72b to your computer and use it in GitHub Desktop.
Save uchagani/036e91d718ae2b3e5d63a51483fae72b to your computer and use it in GitHub Desktop.
selenium_grid.bat
#!/bin/bash
PATH=/usr/bin:/sbin:/bin:/usr/sbin
export PATH
nohup java -jar /mnt/u02/home/username/selenium-server-standalone-2.41.0.jar -role hub -hubConfig /mnt/u02/home/username/hub_config.json > /mnt/u02/home/username/hub_log.log &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment