Package io.webfolder.cdp.type.browser
Class GetWindowForTargetResult
java.lang.Object
io.webfolder.cdp.type.browser.GetWindowForTargetResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBounds information of the window.Browser window id.void
Bounds information of the window.void
setWindowId
(Integer windowId) Browser window id.toString()
-
Constructor Details
-
GetWindowForTargetResult
public GetWindowForTargetResult()
-
-
Method Details
-
getWindowId
Browser window id. -
setWindowId
Browser window id. -
getBounds
Bounds information of the window. When window state is 'minimized', the restored window position and size are returned. -
setBounds
Bounds information of the window. When window state is 'minimized', the restored window position and size are returned. -
toString
-