Skip to content

Commit

Permalink
fix: Fixes setting resolution in headless mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Aug 23, 2024
1 parent 7eeb9c0 commit 0f2fa2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ else if (participantType == ParticipantType.edge)
if (options.isHeadless())
{
ops.addArguments("headless");
ops.addArguments("window-size=1400x600");
ops.addArguments("window-size=1400,600");
}

// starting version 46 we see crashes of chrome GPU process when
Expand Down

0 comments on commit 0f2fa2b

Please sign in to comment.