Interface SupportsForceEspressoRebuildOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
EspressoOptions
public interface SupportsForceEspressoRebuildOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet to force Espresso server rebuild on a new session startup.default TEnforces Espresso server rebuild on a new session startup.default TsetForceEspressoRebuild(boolean value) Whether to always enforce Espresso server rebuild (true).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
-
FORCE_ESPRESSO_REBUILD_OPTION
- See Also:
-
-
Method Details
-
forceEspressoRebuild
Enforces Espresso server rebuild on a new session startup.- Returns:
- self instance for chaining.
-
setForceEspressoRebuild
Whether to always enforce Espresso server rebuild (true). By default, Espresso caches the already built server apk and only rebuilds it when it is necessary, because rebuilding process needs extra time. false by default.- Parameters:
value- True to force Espresso server rebuild on a new session startup.- Returns:
- self instance for chaining.
-
doesForceEspressoRebuild
Get to force Espresso server rebuild on a new session startup.- Returns:
- True or false.
-