Class FrameScheduledNavigation


  • @Deprecated
    public class FrameScheduledNavigation
    extends java.lang.Object
    Deprecated.
    Fired when frame schedules a potential navigation.
    • Constructor Detail

      • FrameScheduledNavigation

        public FrameScheduledNavigation​(FrameId frameId,
                                        java.lang.Number delay,
                                        ClientNavigationReason reason,
                                        java.lang.String url)
        Deprecated.
    • Method Detail

      • getFrameId

        public FrameId getFrameId()
        Deprecated.
        Id of the frame that has scheduled a navigation.
      • getDelay

        public java.lang.Number getDelay()
        Deprecated.
        Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.
      • getUrl

        public java.lang.String getUrl()
        Deprecated.
        The destination URL for the scheduled navigation.