Class DownloadWillBegin

java.lang.Object
org.openqa.selenium.devtools.v133.page.model.DownloadWillBegin

@Beta @Deprecated public class DownloadWillBegin extends Object
Deprecated.
Fired when page is about to start a download. Deprecated. Use Browser.downloadWillBegin instead.
  • Constructor Details

    • DownloadWillBegin

      public DownloadWillBegin(FrameId frameId, String guid, String url, String suggestedFilename)
      Deprecated.
  • Method Details

    • getFrameId

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

      public String getGuid()
      Deprecated.
      Global unique identifier of the download.
    • getUrl

      public String getUrl()
      Deprecated.
      URL of the resource being downloaded.
    • getSuggestedFilename

      public String getSuggestedFilename()
      Deprecated.
      Suggested file name of the resource (the actual name of the file saved on disk may differ).