Class NavigatedWithinDocument
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.page.model.NavigatedWithinDocument
-
@Beta public class NavigatedWithinDocument extends java.lang.ObjectFired 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 FrameIdgetFrameId()Id of the frame.java.lang.StringgetUrl()Frame's new url.
-