Interface SupportsEnableAsyncExecuteFromHttpsOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsEnableAsyncExecuteFromHttpsOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to allow simulators to execute async JavaScript on pages using HTTPS.default TEnforces to allow simulators to execute async JavaScript on pages using HTTPS.default TsetEnableAsyncExecuteFromHttps(boolean value) Capability to allow simulators to execute asynchronous JavaScript on pages using HTTPS.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
-
ENABLE_ASYNC_EXECUTE_FROM_HTTPS_OPTION
- See Also:
-
-
Method Details
-
enableAsyncExecuteFromHttps
Enforces to allow simulators to execute async JavaScript on pages using HTTPS.- Returns:
- self instance for chaining.
-
setEnableAsyncExecuteFromHttps
Capability to allow simulators to execute asynchronous JavaScript on pages using HTTPS. Defaults to false.- Parameters:
value- Whether to allow simulators to execute async JavaScript on pages using HTTPS.- Returns:
- self instance for chaining.
-
doesEnableAsyncExecuteFromHttps
Get whether to allow simulators to execute async JavaScript on pages using HTTPS.- Returns:
- True or false.
-