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
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<Boolean>
    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.

    Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability

    amend, setCapability

    Methods inherited from interface org.openqa.selenium.Capabilities

    asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
  • Field Details

  • Method Details

    • setWindowRect

      default T setWindowRect(boolean bool)
      Indicates whether the remote end supports all of the resizing and repositioning commands.
      Parameters:
      bool - True or false.
      Returns:
      self instance for chaining.
    • doesSetWindowRect

      default Optional<Boolean> doesSetWindowRect()
      Get whether the remote end supports all of the resizing and repositioning commands.
      Returns:
      true or false.