-
public final class SetWindowBoundsRequestRequest object containing input parameters for the BrowserDomain.setWindowBounds command.
-
-
Constructor Summary
Constructors Constructor Description SetWindowBoundsRequest(Integer windowId, Bounds bounds)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Boundscomponent2()final SetWindowBoundsRequestcopy(Integer windowId, Bounds bounds)final IntegergetWindowId()Browser window id. final BoundsgetBounds()New window bounds. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Bounds component2()
-
copy
final SetWindowBoundsRequest copy(Integer windowId, Bounds bounds)
-
getWindowId
final Integer getWindowId()
Browser window id.
-
-
-
-