Class DownloadWillBegin

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

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

  • Method Details

    • getFrameId

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

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

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

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