You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ $ webpagetest --help
53
53
***testinfo**_\<id\>_: get test request info/details
54
54
***history**_[days]_: get history of previously run tests
55
55
***googlecsi**_[options]\<id\>_: get Google CSI data (Client Side Instrumentation)
56
+
***response**_[options]\<id\>_: get response body for text resources
56
57
***waterfall**_[options]\<id\>_: get the waterfall PNG image
57
58
***screenshot**_[options]\<id\>_: get the fully loaded page screenshot in JPG format (PNG if in full resolution)
58
59
***video**_[options]\<tests\>_: create a video from _\<tests\>_ (comma separated test ids)
@@ -135,7 +136,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
135
136
***-S, --specs**_\<json_or_file\>_: set the specs for performance test suite
136
137
***-r, --reporter**_\<name\>_: set performance test suite reporter output: [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
137
138
138
-
#### Run (works for **pagespeed**, **utilization**, **request**, **timeline**, **netlog**, **console**, **googlecsi**, **waterfall** and **screenshot** commands)
139
+
#### Run (works for **pagespeed**, **utilization**, **request**, **timeline**, **netlog**, **console**, **googlecsi**, **response**, **waterfall** and **screenshot** commands)
139
140
***-r, --run**_\<number\>_: which run number on a multiple runs test [1]
140
141
***-c, --cached**: get the Repeat View (cached view) instead of default First View (primed cache)
141
142
@@ -162,6 +163,9 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
***specs**: _String_, set the specs for performance test suite
441
446
***reporter**: _String_, set performance test suite reporter output: [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
442
447
443
-
#### Run (works for `getPageSpeedData`, `getUtilizationData`, `getRequestData`, `getTimelineData`, `getNetLogData`, `getConsoleLogData`, `getGoogleCsiData`, `getWaterfallImage` and `getScreenshotImage` methods)
448
+
#### Run (works for `getPageSpeedData`, `getUtilizationData`, `getRequestData`, `getTimelineData`, `getNetLogData`, `getConsoleLogData`, `getGoogleCsiData`, `getResponseBody`, `getWaterfallImage` and `getScreenshotImage` methods)
444
449
***run**: _Number_, the test run number for multiple runs tests (default: 1, first test)
445
450
***repeatView**: _Boolean_, if `true` returns the repeat view (cached) data
0 commit comments