Skip to content

Commit

Permalink
WebDriver: Disable scrollbar painting when launching the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
tcl3 committed Jan 14, 2025
1 parent edd713a commit 8da4e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Services/WebDriver/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static Vector<ByteString> create_arguments(ByteString const& socket_path, bool f
arguments.append("--allow-popups"sv);
arguments.append("--force-new-process"sv);
arguments.append("--enable-autoplay"sv);
arguments.append("--disable-scrollbar-painting"sv);
if (force_cpu_painting)
arguments.append("--force-cpu-painting"sv);

Expand Down

0 comments on commit 8da4e0a

Please sign in to comment.