chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.page.events
/
PageEvent
/
DocumentOpened
Document
Opened
@
Serializable
data
class
DocumentOpened
(
val
frame
:
Frame
)
:
PageEvent
(
source
)
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.