-
public final class GetWindowBoundsRequestRequest object containing input parameters for the BrowserDomain.getWindowBounds command.
-
-
Constructor Summary
Constructors Constructor Description GetWindowBoundsRequest(Integer windowId)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final GetWindowBoundsRequestcopy(Integer windowId)final IntegergetWindowId()Browser window id. -
-
Constructor Detail
-
GetWindowBoundsRequest
GetWindowBoundsRequest(Integer windowId)
-
-
Method Detail
-
component1
final Integer component1()
-
copy
final GetWindowBoundsRequest copy(Integer windowId)
-
getWindowId
final Integer getWindowId()
Browser window id.
-
-
-
-