Selenium.WebDriver by Selenium Committers

<PackageReference Include="Selenium.WebDriver" Version="4.0.0-alpha07" />

.NET API 5,524,992 bytes

 SecurityAdapter

public class SecurityAdapter
public IDevToolsSession Session { get; }

public Task<DisableCommandResponse> Disable(DisableCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = default, bool throwExceptionIfResponseNotReceived = true)

public Task<EnableCommandResponse> Enable(EnableCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = default, bool throwExceptionIfResponseNotReceived = true)

public Task<HandleCertificateErrorCommandResponse> HandleCertificateError(HandleCertificateErrorCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = default, bool throwExceptionIfResponseNotReceived = true)

public Task<SetIgnoreCertificateErrorsCommandResponse> SetIgnoreCertificateErrors(SetIgnoreCertificateErrorsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = default, bool throwExceptionIfResponseNotReceived = true)

public Task<SetOverrideCertificateErrorsCommandResponse> SetOverrideCertificateErrors(SetOverrideCertificateErrorsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = default, bool throwExceptionIfResponseNotReceived = true)