-
public final class QuerySelectorRequestRequest object containing input parameters for the DOMDomain.querySelector command.
-
-
Constructor Summary
Constructors Constructor Description QuerySelectorRequest(Integer nodeId, String selector)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final QuerySelectorRequestcopy(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 QuerySelectorRequest copy(Integer nodeId, String selector)
-
getSelector
final String getSelector()
Selector string.
-
-
-
-