Interface SupportsSkipAppKillOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
Mac2Options
public interface SupportsSkipAppKillOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to skip the termination of the application under test.default TsetSkipAppKill(boolean value) Set whether to skip the termination of the application under test when the testing session quits.default TEnforces skipping the termination of the application under test when the testing session quits.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
-
SKIP_APP_KILL_OPTION
- See Also:
-
-
Method Details
-
skipAppKill
Enforces skipping the termination of the application under test when the testing session quits.- Returns:
- self instance for chaining.
-
setSkipAppKill
Set whether to skip the termination of the application under test when the testing session quits. false by default. This capability is only going to be applied if bundleId is set.- Parameters:
value- True to skip the termination of the application under test.- Returns:
- self instance for chaining.
-
doesSkipAppKill
Get whether to skip the termination of the application under test.- Returns:
- True or false.
-