Class FrameRequestedNavigation


  • @Beta
    public class FrameRequestedNavigation
    extends java.lang.Object
    Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.
    • Method Detail

      • getFrameId

        public FrameId getFrameId()
        Id of the frame that is being navigated.
      • getUrl

        public java.lang.String getUrl()
        The destination URL for the requested navigation.