diff --git a/Ladybird/WebDriver/main.cpp b/Ladybird/WebDriver/main.cpp index 9c1843fb5b2..fea62950da0 100644 --- a/Ladybird/WebDriver/main.cpp +++ b/Ladybird/WebDriver/main.cpp @@ -47,6 +47,7 @@ static ErrorOr launch_browser(ByteString const& socket_path, bool use_qt_ arguments.append("--allow-popups"); arguments.append("--force-new-process"); + arguments.append("--enable-autoplay"); if (use_qt_networking) arguments.append("--enable-qt-networking"); if (force_cpu_painting)