public interface SupportsRemoteAppsCacheLimitOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REMOTE_APPS_CACHE_LIMIT_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Integer> |
getRemoteAppsCacheLimit()
Get the maximum amount of apps that could be cached on the remote device.
|
default T |
setRemoteAppsCacheLimit(int limit)
Sets the maximum amount of application packages to be cached on the device under test.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String REMOTE_APPS_CACHE_LIMIT_OPTION
default T setRemoteAppsCacheLimit(int limit)
limit - The maximum amount of cached apps.default java.util.Optional<java.lang.Integer> getRemoteAppsCacheLimit()