Search code examples
performance-testingautoplayweb-performancewebpagetest

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


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?


Solution

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

    webpagetest autoplay