Interface SupportsCustomSslCertOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsCustomSslCertOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the SSL certificate content.default TsetCustomSSLCert(String cert) Adds a root SSL certificate to IOS Simulator.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
-
CUSTOM_SSLCERT_OPTION
- See Also:
-
-
Method Details
-
setCustomSSLCert
Adds a root SSL certificate to IOS Simulator. The certificate content must be provided in PEM format.- Parameters:
cert- Certificate content in PEM format.- Returns:
- self instance for chaining.
-
getCustomSSLCert
Get the SSL certificate content.- Returns:
- Certificate content.
-