-
public final class ScrollIntoViewIfNeededRequestRequest object containing input parameters for the DOMDomain.scrollIntoViewIfNeeded command.
-
-
Constructor Summary
Constructors Constructor Description ScrollIntoViewIfNeededRequest(Integer nodeId, Integer backendNodeId, String objectId, Rect rect)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Stringcomponent3()final Rectcomponent4()final ScrollIntoViewIfNeededRequestcopy(Integer nodeId, Integer backendNodeId, String objectId, Rect rect)final IntegergetNodeId()Identifier of the node. final IntegergetBackendNodeId()Identifier of the backend node. final StringgetObjectId()JavaScript object id of the node wrapper. final RectgetRect()The rect to be scrolled into view, relative to the node's border box, in CSS pixels. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final String component3()
-
component4
final Rect component4()
-
copy
final ScrollIntoViewIfNeededRequest copy(Integer nodeId, Integer backendNodeId, String objectId, Rect rect)
-
getBackendNodeId
final Integer getBackendNodeId()
Identifier of the backend node.
-
getObjectId
final String getObjectId()
JavaScript object id of the node wrapper.
-
-
-
-