Class FrameScheduledNavigation
- java.lang.Object
-
- org.openqa.selenium.devtools.v95.page.model.FrameScheduledNavigation
-
@Deprecated public class FrameScheduledNavigation extends java.lang.Object
Deprecated.Fired when frame schedules a potential navigation.
-
-
Constructor Summary
Constructors Constructor Description FrameScheduledNavigation(FrameId frameId, java.lang.Number delay, ClientNavigationReason reason, java.lang.String url)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Number
getDelay()
Deprecated.Delay (in seconds) until the navigation is scheduled to begin.FrameId
getFrameId()
Deprecated.Id of the frame that has scheduled a navigation.ClientNavigationReason
getReason()
Deprecated.The reason for the navigation.java.lang.String
getUrl()
Deprecated.The destination URL for the scheduled 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.
-
getReason
public ClientNavigationReason getReason()
Deprecated.The reason for the navigation.
-
getUrl
public java.lang.String getUrl()
Deprecated.The destination URL for the scheduled navigation.
-
-