How to test a page with an autoplaying video in Chrome on WebPageTest?

157 Views Asked by At

I have a page I want to test in WebPageTest in Chrome, but it has an autoplaying video, and Chrome autoplay policy disallows autoplay by default.

How do I force-enable the autoplay in Chrome on WebPageTest?

1

There are 1 best solutions below

0
On BEST ANSWER

In command line options field, put --autoplay-policy=no-user-gesture-required

webpagetest autoplay