chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page.events / PageEvent / FrameNavigatedEvent

FrameNavigatedEvent

data class FrameNavigatedEvent : PageEvent

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

Official doc

Constructors

<init>

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

FrameNavigatedEvent(frame: Frame)

Properties

frame

Frame object.

val frame: Frame