You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DriverSetupOptionsBuilder<TBuilder, TContext> deprecate WithMutex method in favor of the new WithInterProcessSynchronization.
In DriverSetupOptions deprecate UseMutex property in favor of the new UseInterProcessSynchronization.
Removed
In DriverSetup remove AutoSetUpAsync(params string[] browserNames) method in favor of the new AutoSetUpAsync(IEnumerable<string> browserNames, CancellationToken cancellationToken = default).
In AppVersionDetector remove GetThroughCli method in favor of the new GetThroughCliAsync.
In AppVersionDetector remove GetThroughOSXApplicationCli method in favor of the new GetThroughMacOSApplicationCliAsync.
In HttpRequestExecutor constructor remove proxy and checkCertificateRevocationList parameters in favor of using single httpClientHandlerConfigurationAction parameter for HttpClientHandler configuration.