Skip to content

Instantly share code, notes, and snippets.

@Sydney-o9
Created February 2, 2018 00:13
Show Gist options
  • Save Sydney-o9/ed9a7256872eeaeb07d9014b08b97f77 to your computer and use it in GitHub Desktop.
Save Sydney-o9/ed9a7256872eeaeb07d9014b08b97f77 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.seleniumhq.selenium</string>
<key>UserName</key>
<string>_selenium</string>
<key>ProgramArguments</key>
<array>
<string>java</string>
<string>-Dwebdriver.chrome.driver=/usr/local/selenium/drivers/chromedriver</string>
<string>-jar</string>
<string>/usr/local/selenium/bin/selenium-server-standalone-3.8.1.jar</string>
</array>
<key>Debug</key>
<false/>
<key>OnDemand</key>
<false/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment