Class NavigatedWithinDocument
- java.lang.Object
-
- org.openqa.selenium.devtools.v97.page.model.NavigatedWithinDocument
-
@Beta public class NavigatedWithinDocument extends java.lang.Object
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
-
-
Constructor Summary
Constructors Constructor Description NavigatedWithinDocument(FrameId frameId, java.lang.String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameId
getFrameId()
Id of the frame.java.lang.String
getUrl()
Frame's new url.
-