mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
WebDriver: Enable autoplay when launching Ladybird with WebDriver
This commit is contained in:
committed by
Tim Ledbetter
parent
63632159ce
commit
fbc941d4f4
@@ -47,6 +47,7 @@ static ErrorOr<pid_t> 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)
|
||||
|
||||
Reference in New Issue
Block a user