chrome-devtools-kotlin
Toggle table of contents
8.0.0-1410712
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.page.events
/
PageEvent
/
DocumentOpened
Document
Opened
@
Serializable
data
class
DocumentOpened
(
val
frame
:
Frame
)
:
PageEvent
Fired when opening document to write to.
Official doc
Members
Constructors
Document
Opened
Link copied to clipboard
constructor
(
frame
:
Frame
)
Properties
frame
Link copied to clipboard
val
frame
:
Frame
Frame object.