Interface SupportsAndroidStorageOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
GeckoOptions
public interface SupportsAndroidStorageOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the currently set storage type.default TsetAndroidStorage(String storage) See https://firefox-source-docs.mozilla.org/testing/geckodriver /Flags.html#code-android-storage-var-android-storage-var-codeMethods 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
-
ANDROID_STORAGE_OPTION
- See Also:
-
-
Method Details
-
setAndroidStorage
See https://firefox-source-docs.mozilla.org/testing/geckodriver /Flags.html#code-android-storage-var-android-storage-var-code- Parameters:
storage- One of supported Android storage types.- Returns:
- self instance for chaining.
-
getAndroidStorage
Get the currently set storage type.- Returns:
- String representing the name of the device.
-