Skip to content

Commit

Permalink
Testing the effect of the --no-sandbox Chrome launch setting
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Oct 25, 2024
1 parent 0ccb5bd commit c0be817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lombiq.Tests.UI/Services/WebDriverFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Task<Func<ChromeDriver>> CreateDriverInnerAsync(string driverPath = null) =>
chromeConfig.Options.SetLoggingPreference(LogType.Browser, LogLevel.Info);
chromeConfig.Options.AddArgument("--no-sandbox"); // #spell-check-ignore-line
// Linux-specific setting, may be necessary for running in containers, see
// https://developers.google.com/web/tools/puppeteer/troubleshooting#tips for more information.
chromeConfig.Options.AddArgument("disable-dev-shm-usage"); // #spell-check-ignore-line
Expand Down

0 comments on commit c0be817

Please sign in to comment.