Skip to content

Commit

Permalink
Merge pull request #14 from twilio/update-chrome-options
Browse files Browse the repository at this point in the history
Enable back GPU hardware acceleration for Chrome
  • Loading branch information
vania-pooh authored Sep 1, 2021
2 parents f741e30 + e7774b6 commit 84db079
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 84db079

Please sign in to comment.