Interface SupportsResetOnSessionStartOnlyOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsResetOnSessionStartOnlyOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to perform reset on test session finish (false) or not (true).default TsetResetOnSessionStartOnly(boolean value) Whether to perform reset on test session finish (false) or not (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
-
RESET_ON_SESSION_START_ONLY_OPTION
- See Also:
-
-
Method Details
-
setResetOnSessionStartOnly
Whether to perform reset on test session finish (false) or not (true). Keeping this variable set to true and Simulator running (the default behaviour since version 1.6.4) may significantly shorten the duration of test session initialization.- Parameters:
value- Whether to perform reset on test session finish (false) or not (true)..- Returns:
- self instance for chaining.
-
doesResetOnSessionStartOnly
Get whether to perform reset on test session finish (false) or not (true).- Returns:
- True or false.
-