Class 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.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NavigatedWithinDocument

        public NavigatedWithinDocument​(FrameId frameId,
                                       java.lang.String url)
    • Method Detail

      • getFrameId

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

        public java.lang.String getUrl()
        Frame's new url.