chrome-devtools-kotlin
Toggle table of contents
8.3.0-1589152
common
Target filter
common
Switch theme
Search in API
Skip to content
chrome-devtools-kotlin
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
?
(undocumented in the protocol definition)