-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class PageEvent.FrameScheduledNavigationEvent extends PageEvent
Fired when frame schedules a potential navigation.
-
-
Constructor Summary
Constructors Constructor Description FrameScheduledNavigationEvent(String frameId, Double delay, ClientNavigationReason reason, String url)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Doublecomponent2()final ClientNavigationReasoncomponent3()final Stringcomponent4()final PageEvent.FrameScheduledNavigationEventcopy(String frameId, Double delay, ClientNavigationReason reason, String url)final StringgetFrameId()Id of the frame that has scheduled a navigation. final DoublegetDelay()Delay (in seconds) until the navigation is scheduled to begin. final ClientNavigationReasongetReason()The reason for the navigation. final StringgetUrl()The destination URL for the scheduled navigation. -
-
Constructor Detail
-
FrameScheduledNavigationEvent
FrameScheduledNavigationEvent(String frameId, Double delay, ClientNavigationReason reason, String url)
-
-
Method Detail
-
component1
final String component1()
-
component2
final Double component2()
-
component3
final ClientNavigationReason component3()
-
component4
final String component4()
-
copy
final PageEvent.FrameScheduledNavigationEvent copy(String frameId, Double delay, ClientNavigationReason reason, String url)
-
getFrameId
final String getFrameId()
Id of the frame that has scheduled a navigation.
-
getDelay
final Double getDelay()
Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.
-
getReason
final ClientNavigationReason getReason()
The reason for the navigation.
-
-
-
-