Class NavigatedWithinDocument
java.lang.Object
org.openqa.selenium.devtools.v140.page.model.NavigatedWithinDocument
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionNavigatedWithinDocument(FrameId frameId, String url, NavigatedWithinDocument.NavigationType navigationType)  - 
Method Summary
 
- 
Constructor Details
 - 
Method Details
- 
getFrameId
Id of the frame. - 
getUrl
Frame's new url. 
 -