Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into issue/OSOE-917
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 27, 2024
2 parents b0c3b3a + 03f6037 commit 58acb78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lombiq.Tests.UI/Services/WebDriverFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ private static TDriverOptions SetCommonOptions<TDriverOptions>(this TDriverOptio
where TDriverOptions : DriverOptions
{
driverOptions.AcceptInsecureCertificates = true;
driverOptions.UnhandledPromptBehavior = UnhandledPromptBehavior.Ignore;
driverOptions.PageLoadStrategy = PageLoadStrategy.Normal;
return driverOptions;
}
Expand Down

0 comments on commit 58acb78

Please sign in to comment.