Interface SupportsFullContextListOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsFullContextListOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to return the detailed information on contexts for the get available context command.default TEnforces to return the detailed information on contexts for the get available context command.default TsetFullContextList(boolean value) Sets to return the detailed information on contexts for the get available context command.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
-
FULL_CONTEXT_LIST_OPTION
- See Also:
-
-
Method Details
-
fullContextList
Enforces to return the detailed information on contexts for the get available context command.- Returns:
- self instance for chaining.
-
setFullContextList
Sets to return the detailed information on contexts for the get available context command. If this capability is enabled, then each item in the returned contexts list would additionally include WebView title, full URL and the bundle identifier. Defaults to false.- Parameters:
value- Whether to return the detailed info on available context command.- Returns:
- self instance for chaining.
-
doesFullContextList
Get whether to return the detailed information on contexts for the get available context command.- Returns:
- True or false.
-