Index: Validate External Links/Run validate_external_links.command
===================================================================
--- Validate External Links/Run validate_external_links.command	(revision 1066)
+++ Validate External Links/Run validate_external_links.command	(revision 1070)
@@ -3,5 +3,5 @@
 # Runs the Validate External Links script
 # Arguments: --help, --links URL, --exceptions URL, --output DIR, --record-ok-links,
-# --suggest-snapshots, --take-screenshots, --start-url NUM, --end-url NUM, --upload FILE
+# --suggest-snapshots, --take-screenshots DIR, --start-url NUM, --end-url NUM, --upload FILE
 # Recommended rule:
 # ----------------------------------------------------------------------------------------------
@@ -15,12 +15,16 @@
 REPORT_DIR="/path/to/ValExtLinks reports"
 UPLOAD_INFO="/path/to/Validate External Links/sftp_login.txt"
+CHROME="/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary"
 
 
-# Run for limited number of URLs, record OK codes, upload
-#bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --record-ok-links --suggest-snapshots --end-url 20 --upload "$UPLOAD_INFO"
+# Run for limited number of URLs, and record OK codes
+#bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --record-ok-links --suggest-snapshots --end-url 70
 
-# Run with local extlinks and start/end URL, record OK codes
-#bash "$VALEXTLINKS" --links "$LINKS_LOCAL" --output "$REPORT_DIR" --record-ok-links --suggest-snapshots --start-url 70 --end-url 75
+# Run with local extlinks and exceptions, start/end URLs, and record OK codes
+#bash "$VALEXTLINKS" --links "$LINKS_LOCAL" --exceptions "$EXCEPT_LOCAL" --output "$REPORT_DIR" --record-ok-links --suggest-snapshots --start-url 3394 --end-url 3417
 
-# Normal run
+# Run with unfinished screenshot feature
+#bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --record-ok-links --take-screenshots "$CHROME"
+
+# Normal run with upload
 bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --suggest-snapshots --upload "$UPLOAD_INFO"
