Created
February 2, 2018 00:13
-
-
Save Sydney-o9/ed9a7256872eeaeb07d9014b08b97f77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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