-
public final class PageEvent.FrameStoppedLoadingEvent extends PageEvent
Fired when frame has stopped loading.
-
-
Constructor Summary
Constructors Constructor Description FrameStoppedLoadingEvent(String frameId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final PageEvent.FrameStoppedLoadingEventcopy(String frameId)final StringgetFrameId()Id of the frame that has stopped loading. -
-
Constructor Detail
-
FrameStoppedLoadingEvent
FrameStoppedLoadingEvent(String frameId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final PageEvent.FrameStoppedLoadingEvent copy(String frameId)
-
getFrameId
final String getFrameId()
Id of the frame that has stopped loading.
-
-
-
-