Interface SupportsIntentOptionsOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
EspressoOptions
public interface SupportsIntentOptionsOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<IntentOptions>Get intent options.default TsetIntentOptions(IntentOptions options) The mapping of custom options for the intent that is going to be passed to the main app activity.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
-
INTENT_OPTIONS_OPTION
- See Also:
-
-
Method Details
-
setIntentOptions
The mapping of custom options for the intent that is going to be passed to the main app activity. Check https://github.com/appium/appium-espresso-driver#intent-options for more details.- Parameters:
options- Intent options.- Returns:
- self instance for chaining.
-
getIntentOptions
Get intent options.- Returns:
- Intent options.
-