-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class PageEvent.FrameClearedScheduledNavigationEvent extends PageEvent
Fired when frame no longer has a scheduled navigation.
-
-
Constructor Summary
Constructors Constructor Description FrameClearedScheduledNavigationEvent(String frameId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final PageEvent.FrameClearedScheduledNavigationEventcopy(String frameId)final StringgetFrameId()Id of the frame that has cleared its scheduled navigation. -
-
Constructor Detail
-
FrameClearedScheduledNavigationEvent
FrameClearedScheduledNavigationEvent(String frameId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final PageEvent.FrameClearedScheduledNavigationEvent copy(String frameId)
-
getFrameId
final String getFrameId()
Id of the frame that has cleared its scheduled navigation.
-
-
-
-