Interface SupportsSimulatorTracePointerOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsSimulatorTracePointerOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to highlight pointer moves in the Simulator window.default TsetSimulatorTracePointer(boolean value) Whether to highlight pointer moves in the Simulator window.default TEnforce highlight of pointer moves in the Simulator window.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
-
SIMULATOR_TRACE_POINTER_OPTION
- See Also:
-
-
Method Details
-
simulatorTracePointer
Enforce highlight of pointer moves in the Simulator window.- Returns:
- self instance for chaining.
-
setSimulatorTracePointer
Whether to highlight pointer moves in the Simulator window. The Simulator UI client must be shut down before the session startup in order for this capability to be applied properly. false by default.- Parameters:
value- Whether to highlight pointer moves in the Simulator window.- Returns:
- self instance for chaining.
-
doesSimulatorTracePointer
Get whether to highlight pointer moves in the Simulator window.- Returns:
- True or false.
-