Skip to content

Commit

Permalink
Use old headless for new Chrome.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Oct 10, 2024
1 parent 411061f commit e4f3078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_runner/browser.cr
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ module Mint
"--profile-directory=#{profile_directory}",
"--remote-debugging-port=9222",
"--window-size=1920,1080",
"--headless=old",
"--disable-gpu",
"--headless",
url,
])
else
Expand Down

0 comments on commit e4f3078

Please sign in to comment.