Class FrameScheduledNavigation
java.lang.Object
org.openqa.selenium.devtools.v114.page.model.FrameScheduledNavigation
Deprecated.
Fired when frame schedules a potential navigation.
-
Constructor Summary
ConstructorsConstructorDescriptionFrameScheduledNavigation
(FrameId frameId, Number delay, ClientNavigationReason reason, String url) Deprecated. -
Method Summary
-
Constructor Details
-
Method Details
-
getFrameId
Deprecated.Id of the frame that has scheduled a navigation. -
getDelay
Deprecated.Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start. -
getReason
Deprecated.The reason for the navigation. -
getUrl
Deprecated.The destination URL for the scheduled navigation.
-