public interface SupportsSimulatorWindowCenterOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SIMULATOR_WINDOW_CENTER_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getSimulatorWindowCenter()
Get Simulator window center coordinates.
|
default T |
setSimulatorWindowCenter(java.lang.String coordinates)
Allows to explicitly set the coordinates of Simulator window center
for Xcode9+ SDK.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SIMULATOR_WINDOW_CENTER_OPTION
default T setSimulatorWindowCenter(java.lang.String coordinates)
coordinates - Window center coordinates.default java.util.Optional<java.lang.String> getSimulatorWindowCenter()