0

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?

jakub.g
  • 38,512
  • 12
  • 92
  • 130

1 Answers1

0

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

webpagetest autoplay

jakub.g
  • 38,512
  • 12
  • 92
  • 130