Class GetWindowForTargetResult

java.lang.Object
io.webfolder.cdp.type.browser.GetWindowForTargetResult

public class GetWindowForTargetResult extends Object
  • Constructor Details

    • GetWindowForTargetResult

      public GetWindowForTargetResult()
  • Method Details

    • getWindowId

      public Integer getWindowId()
      Browser window id.
    • setWindowId

      public void setWindowId(Integer windowId)
      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.
    • setBounds

      public void setBounds(Bounds bounds)
      Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.
    • toString

      public String toString()
      Overrides:
      toString in class Object