Skip to content

Commit

Permalink
Revert "Disable GPU hardware acceleration for Chrome (fixes #12)"
Browse files Browse the repository at this point in the history
This reverts commit d720b89
  • Loading branch information
ruescar committed Sep 1, 2021
1 parent f741e30 commit e7774b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ private MutableCapabilities getDesiredCapabilities() {
case CHROME:
ChromeOptions chromeOptions = new ChromeOptions();
chromeOptions.addArguments("no-sandbox");
chromeOptions.addArguments("disable-gpu");
chromeOptions.setCapability("screenResolution", "1280x1024x24");
return chromeOptions;
case YANDEX:
Expand Down

0 comments on commit e7774b6

Please sign in to comment.