Class Browser.GetWindowForTargetResponse

java.lang.Object
org.openqa.selenium.devtools.v85.browser.Browser.GetWindowForTargetResponse
Enclosing class:
Browser

public static class Browser.GetWindowForTargetResponse extends Object
  • Constructor Details

    • GetWindowForTargetResponse

      public GetWindowForTargetResponse(WindowID windowId, Bounds bounds)
  • Method Details

    • getWindowId

      public WindowID getWindowId()
      Browser window id.
    • getBounds

      public Bounds getBounds()
      Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.