kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
QuerySelectorAllParameter
Query
Selector
All
Parameter
@
Serializable
data
class
QuerySelectorAllParameter
(
val
nodeId
:
Int
,
val
selector
:
String
)
Members
Constructors
Query
Selector
All
Parameter
Link copied to clipboard
constructor
(
nodeId
:
Int
,
selector
:
String
)
Properties
node
Id
Link copied to clipboard
val
nodeId
:
Int
Id of the node to query upon.
selector
Link copied to clipboard
val
selector
:
String
Selector string.