toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.page
/
Screenshot
Screenshot
@
Serializable
data
class
Screenshot
(
val
image
:
ImageResource
,
val
formFactor
:
String
,
val
label
:
String
?
=
null
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Screenshot
Link copied to clipboard
constructor
(
image
:
ImageResource
,
formFactor
:
String
,
label
:
String
?
=
null
)
Properties
form
Factor
Link copied to clipboard
val
formFactor
:
String
(undocumented in the protocol definition)
image
Link copied to clipboard
val
image
:
ImageResource
(undocumented in the protocol definition)
label
Link copied to clipboard
val
label
:
String
?
=
null
(undocumented in the protocol definition)