From fbc941d4f43b6b08bf5213731c14839a5bcdb0af Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Sun, 22 Sep 2024 23:15:43 +0100 Subject: [PATCH] WebDriver: Enable autoplay when launching Ladybird with WebDriver --- Ladybird/WebDriver/main.cpp | 1 + 1 file changed, 1 insertion(+) 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)