Class FrameRequestedNavigation
java.lang.Object
org.openqa.selenium.devtools.v140.page.model.FrameRequestedNavigation
Fired when a renderer-initiated navigation is requested.
 Navigation may still be cancelled after the event is issued.
- 
Constructor Summary
ConstructorsConstructorDescriptionFrameRequestedNavigation(FrameId frameId, ClientNavigationReason reason, String url, ClientNavigationDisposition disposition)  - 
Method Summary
Modifier and TypeMethodDescriptionThe disposition for the navigation.Id of the frame that is being navigated.The reason for the navigation.getUrl()The destination URL for the requested navigation. 
- 
Constructor Details
 - 
Method Details
- 
getFrameId
Id of the frame that is being navigated. - 
getReason
The reason for the navigation. - 
getUrl
The destination URL for the requested navigation. - 
getDisposition
The disposition for the navigation. 
 -