-
public final class GetNodeForLocationRequestRequest object containing input parameters for the DOMDomain.getNodeForLocation command.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerxprivate final Integeryprivate final BooleanincludeUserAgentShadowDOMprivate final BooleanignorePointerEventsNone
-
Constructor Summary
Constructors Constructor Description GetNodeForLocationRequest(Integer x, Integer y, Boolean includeUserAgentShadowDOM, Boolean ignorePointerEventsNone)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Booleancomponent3()final Booleancomponent4()final GetNodeForLocationRequestcopy(Integer x, Integer y, Boolean includeUserAgentShadowDOM, Boolean ignorePointerEventsNone)final IntegergetX()X coordinate. final IntegergetY()Y coordinate. final BooleangetIncludeUserAgentShadowDOM()False to skip to the nearest non-UA shadow root ancestor (default: false). final BooleangetIgnorePointerEventsNone()Whether to ignore pointer-events: none on elements and hit test them. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Boolean component3()
-
component4
final Boolean component4()
-
copy
final GetNodeForLocationRequest copy(Integer x, Integer y, Boolean includeUserAgentShadowDOM, Boolean ignorePointerEventsNone)
-
getIncludeUserAgentShadowDOM
final Boolean getIncludeUserAgentShadowDOM()
False to skip to the nearest non-UA shadow root ancestor (default: false).
-
getIgnorePointerEventsNone
final Boolean getIgnorePointerEventsNone()
Whether to ignore pointer-events: none on elements and hit test them.
-
-
-
-