Interface SupportsSetWindowRectOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

      • SET_WINDOW_RECT_OPTION

        static final java.lang.String SET_WINDOW_RECT_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • 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 java.util.Optional<java.lang.Boolean> doesSetWindowRect()
        Get whether the remote end supports all of the resizing and repositioning commands.
        Returns:
        true or false.