Class DownloadWillBegin


  • @Beta
    public class DownloadWillBegin
    extends java.lang.Object
    Fired when page is about to start a download.
    • Constructor Summary

      Constructors 
      Constructor Description
      DownloadWillBegin​(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 that caused download to begin.
      java.lang.String getUrl()
      URL of the resource being downloaded.
      • Methods inherited from class java.lang.Object

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

      • DownloadWillBegin

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

      • getFrameId

        public FrameId getFrameId()
        Id of the frame that caused download to begin.
      • getUrl

        public java.lang.String getUrl()
        URL of the resource being downloaded.