kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Page
/
Screenshot
Screenshot
@
Serializable
data
class
Screenshot
(
val
image
:
Page.ImageResource
,
val
formFactor
:
String
,
val
label
:
String
?
=
null
)
Members
Constructors
Screenshot
Link copied to clipboard
constructor
(
image
:
Page.ImageResource
,
formFactor
:
String
,
label
:
String
?
=
null
)
Properties
form
Factor
Link copied to clipboard
val
formFactor
:
String
image
Link copied to clipboard
val
image
:
Page.ImageResource
label
Link copied to clipboard
val
label
:
String
?
=
null