Interface SupportsSetWindowRectOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
GeckoOptions,SafariOptions
public interface SupportsSetWindowRectOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether the remote end supports all of the resizing and repositioning commands.default TsetWindowRect(boolean bool) Indicates whether the remote end supports all of the resizing and repositioning commands.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
-
SET_WINDOW_RECT_OPTION
- See Also:
-
-
Method Details
-
setWindowRect
Indicates whether the remote end supports all of the resizing and repositioning commands.- Parameters:
bool- True or false.- Returns:
- self instance for chaining.
-
doesSetWindowRect
Get whether the remote end supports all of the resizing and repositioning commands.- Returns:
- true or false.
-