Interface SupportsResetLocationServiceOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsResetLocationServiceOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to reset the location service in the session deletion on real device.default TSet to reset the location service in the session deletion on real device.default TsetResetLocationService(boolean value) Whether reset the location service in the session deletion on real device.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_LOCATION_SERVICE_OPTION
- See Also:
-
-
Method Details
-
resetLocationService
Set to reset the location service in the session deletion on real device.- Returns:
- self instance for chaining.
-
setResetLocationService
Whether reset the location service in the session deletion on real device. Defaults to false.- Parameters:
value- Whether to reset the location service in the session deletion on real device.- Returns:
- self instance for chaining.
-
doesResetLocationService
Get whether to reset the location service in the session deletion on real device.- Returns:
- True or false.
-