-
public final class PageEvent.FrameAttachedEvent extends PageEvent
Fired when frame has been attached to its parent.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringframeIdprivate final StringparentFrameIdprivate final StackTracestack
-
Constructor Summary
Constructors Constructor Description FrameAttachedEvent(String frameId, String parentFrameId, StackTrace stack)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final StackTracecomponent3()final PageEvent.FrameAttachedEventcopy(String frameId, String parentFrameId, StackTrace stack)final StringgetFrameId()Id of the frame that has been attached. final StringgetParentFrameId()Parent frame identifier. final StackTracegetStack()JavaScript stack trace of when frame was attached, only set if frame initiated from script. -
-
Constructor Detail
-
FrameAttachedEvent
FrameAttachedEvent(String frameId, String parentFrameId, StackTrace stack)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final StackTrace component3()
-
copy
final PageEvent.FrameAttachedEvent copy(String frameId, String parentFrameId, StackTrace stack)
-
getFrameId
final String getFrameId()
Id of the frame that has been attached.
-
getParentFrameId
final String getParentFrameId()
Parent frame identifier.
-
getStack
final StackTrace getStack()
JavaScript stack trace of when frame was attached, only set if frame initiated from script.
-
-
-
-