-
public final class QuerySelectorAllRequestRequest object containing input parameters for the DOMDomain.querySelectorAll command.
-
-
Constructor Summary
Constructors Constructor Description QuerySelectorAllRequest(Integer nodeId, String selector)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final QuerySelectorAllRequestcopy(Integer nodeId, String selector)final IntegergetNodeId()Id of the node to query upon. final StringgetSelector()Selector string. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
copy
final QuerySelectorAllRequest copy(Integer nodeId, String selector)
-
getSelector
final String getSelector()
Selector string.
-
-
-
-