-
public final class GetWindowForTargetResponseResponse type for the BrowserDomain.getWindowForTarget command.
-
-
Constructor Summary
Constructors Constructor Description GetWindowForTargetResponse(Integer windowId, Bounds bounds)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Boundscomponent2()final GetWindowForTargetResponsecopy(Integer windowId, Bounds bounds)final IntegergetWindowId()Browser window id. final BoundsgetBounds()Bounds information of the window. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Bounds component2()
-
copy
final GetWindowForTargetResponse copy(Integer windowId, Bounds bounds)
-
getWindowId
final Integer getWindowId()
Browser window id.
-
-
-
-