struct Protocol::Page::FrameAttached
- Protocol::Page::FrameAttached
- Struct
- Value
- Object
Overview
Fired when frame has been attached to its parent.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#frame_id : FrameId
Id of the frame that has been attached.
-
#parent_frame_id : FrameId
Parent frame identifier.
-
#stack : Runtime::StackTrace | Nil
JavaScript stack trace of when frame was attached, only set if frame initiated from script.
Constructor Detail
Instance Method Detail
def stack : Runtime::StackTrace | Nil
#
JavaScript stack trace of when frame was attached, only set if frame initiated from script.