Class NavigatedWithinDocument

java.lang.Object
org.openqa.selenium.devtools.v85.page.model.NavigatedWithinDocument

@Beta public class NavigatedWithinDocument extends Object
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
  • Constructor Details

    • NavigatedWithinDocument

      public NavigatedWithinDocument(FrameId frameId, String url)
  • Method Details

    • getFrameId

      public FrameId getFrameId()
      Id of the frame.
    • getUrl

      public String getUrl()
      Frame's new url.