-
public final class PageEvent.FrameDetachedEvent extends PageEvent
Fired when frame has been detached from its parent.
-
-
Constructor Summary
Constructors Constructor Description FrameDetachedEvent(String frameId, String reason)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final PageEvent.FrameDetachedEventcopy(String frameId, String reason)final StringgetFrameId()Id of the frame that has been detached. final StringgetReason()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final PageEvent.FrameDetachedEvent copy(String frameId, String reason)
-
getFrameId
final String getFrameId()
Id of the frame that has been detached.
-
-
-
-