public interface SupportsSetWindowRectOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SET_WINDOW_RECT_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesSetWindowRect()
Get whether the remote end supports all
of the resizing and repositioning commands.
|
default T |
setWindowRect(boolean bool)
Indicates whether the remote end supports all
of the resizing and repositioning commands.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SET_WINDOW_RECT_OPTION
default T setWindowRect(boolean bool)
bool - True or false.default java.util.Optional<java.lang.Boolean> doesSetWindowRect()