Skip to content

Commit

Permalink
remove argument no sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3yne committed Mar 21, 2024
1 parent e56fb79 commit 42665ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public WebDriver createWebDriver() {
} else {
chromeOptions.setBinary(ITUtils.joinPath(downLoadDir, chromeBinName));
chromeOptions.addArguments("--headless");
chromeOptions.addArguments("--no-sandbox");
}

return new ChromeDriver(chromeOptions);
Expand Down

0 comments on commit 42665ea

Please sign in to comment.