Interface SupportsAcceptInsecureCertsOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
GeckoOptions,SafariOptions
public interface SupportsAcceptInsecureCertsOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault TEnforces untrusted and self-signed TLS certificates are implicitly trusted on navigation for the duration of the session.Get whether untrusted and self-signed TLS certificates are implicitly trusted on navigation for the duration of the session.default TsetAcceptInsecureCerts(boolean bool) Set whether untrusted and self-signed TLS certificates are implicitly trusted on navigation for the duration of the session.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
ACCEPT_INSECURE_CERTS_OPTION
- See Also:
-
-
Method Details
-
acceptInsecureCerts
Enforces untrusted and self-signed TLS certificates are implicitly trusted on navigation for the duration of the session.- Returns:
- self instance for chaining.
-
setAcceptInsecureCerts
Set whether untrusted and self-signed TLS certificates are implicitly trusted on navigation for the duration of the session.- Parameters:
bool- True or false.- Returns:
- self instance for chaining.
-
doesAcceptInsecureCerts
Get whether untrusted and self-signed TLS certificates are implicitly trusted on navigation for the duration of the session.- Returns:
- true or false.
-