kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
PerformSearchReturn
Perform
Search
Return
@
Serializable
data
class
PerformSearchReturn
(
val
searchId
:
String
,
val
resultCount
:
Int
)
Members
Constructors
Perform
Search
Return
Link copied to clipboard
constructor
(
searchId
:
String
,
resultCount
:
Int
)
Properties
result
Count
Link copied to clipboard
val
resultCount
:
Int
Number of search results.
search
Id
Link copied to clipboard
val
searchId
:
String
Unique search session identifier.