public interface SupportsAcceptInsecureCertsOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCEPT_INSECURE_CERTS_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default T |
acceptInsecureCerts()
Enforces untrusted and self-signed TLS certificates are
implicitly trusted on navigation for the duration of the session.
|
default java.util.Optional<java.lang.Boolean> |
doesAcceptInsecureCerts()
Get whether untrusted and self-signed TLS certificates are
implicitly trusted on navigation for the duration of the session.
|
default T |
setAcceptInsecureCerts(boolean bool)
Set whether untrusted and self-signed TLS certificates are
implicitly trusted on navigation for the duration of the session.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String ACCEPT_INSECURE_CERTS_OPTION
default T acceptInsecureCerts()
default T setAcceptInsecureCerts(boolean bool)
bool - True or false.default java.util.Optional<java.lang.Boolean> doesAcceptInsecureCerts()