Class FrameScheduledNavigation

java.lang.Object
org.openqa.selenium.devtools.v85.page.model.FrameScheduledNavigation

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

  • Method Details

    • getFrameId

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

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

      public ClientNavigationReason getReason()
      Deprecated.
      The reason for the navigation.
    • getUrl

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