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?
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?
In command line options field, put
--autoplay-policy=no-user-gesture-required