|
15 | 15 | -p, --private keep the test hidden from the test log
|
16 | 16 | -L, --label <label> label for the test
|
17 | 17 | -i, --onload stop test at document complete. typically, tests run until all activity stops
|
18 |
| - -S, --noscript disable javascript (IE, Chrome, Firefox) |
| 18 | + -S, --noscript disable JavaScript (IE, Chrome, Firefox) |
19 | 19 | -C, --clearcerts clear SSL certificate caches
|
20 | 20 | -R, --ignoressl ignore SSL certificate errors, e.g. name mismatch, self-signed certificates, etc
|
21 | 21 | -T, --standards forces all pages to load in standards mode (IE only)
|
|
41 | 41 | -H, --noheaders disable saving of the http headers (as well as browser status messages and CPU utilization)
|
42 | 42 | -b, --block <urls> space-delimited list of urls to block (substring match)
|
43 | 43 | -Z, --spof <domains> space-delimited list of domains to simulate failure by re-routing to blackhole.webpagetest.org to silently drop all requests
|
44 |
| - -c, --custom <script> execute arbitrary javascript at the end of a test to collect custom metrics |
| 44 | + -c, --custom <script> execute arbitrary JavaScript at the end of a test to collect custom metrics |
45 | 45 | -a, --authtype <type> type of authentication: 0 = Basic, 1 = SNS [0]
|
46 | 46 | -n, --notify <e-mail> e-mail address to notify with the test results
|
47 | 47 | -B, --pingback <url> URL to ping when the test is complete (the test ID will be passed as an "id" parameter)
|
|
0 commit comments