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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,18 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
128
128
***-B, --pingback**_\<url\>_: URL to ping when the test is complete (the test ID will be passed as an "id" parameter)
129
129
***-D, --bwdown**_\<bandwidth\>_: download bandwidth in Kbps (used when specifying a custom connectivity profile)
130
130
***-U, --bwup**_\<bandwidth\>_: upload bandwidth in Kbps (used when specifying a custom connectivity profile)
131
+
***-bw, --browserwidth**_\<pixels\>_: Browser window width (in display pixels)
132
+
***-bh, --browserheight**_\<pixels\>_: Browser window height (in display pixels)
133
+
***-vh, --viewportheight**_\<pixels\>_: Viewport Height in css pixels
134
+
***-vw, --viewportwidth**_\<pixels\>_: Viewport Width in css pixels
135
+
***-dpr, --dpr**_\<ratio\>_: Device To Pixel Ratio
136
+
***-au, --appendua**_\<string\>_: String to append to the user agent string. This is in addition to the default PTST/ver string
137
+
***-tt, --testtype**_\<type\>_: For running alternative test types, can specify traceroute or lighthouse
138
+
***-pr, --profiler**_\<number\>_: Set to 1 to enable the V8 sampling profiler (Chromium only)
139
+
***-avif, --disableAVIF**_\<number\>_: Set to 1 to disable AVIF support (Chromium 88+)
140
+
***-webp, --disableWEBP**_\<number\>_: Set to 1 to disable AVIF support (Chromium 88+)
141
+
***-jxl, --disableJXL**_\<number\>_: Set to 1 to disable AVIF support (Chromium 88+)
142
+
***-dts, --dtShaper**_\<number\>_: Set to 1 to use Chrome's built-in traffic-shaping instead of the packet-level netem shaping usually used by the test agents
131
143
***-Y, --latency**_\<time\>_: first-hop Round Trip Time in ms (used when specifying a custom connectivity profile)
132
144
***-P, --plr**_\<percentage\>_: packet loss rate - percent of packets to drop (used when specifying a custom connectivity profile)
0 commit comments