Class DownloadProgress

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

@Beta public class DownloadProgress extends Object
Fired when download makes progress. Last call has |done| == true.
  • Constructor Details

  • Method Details

    • getGuid

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

      public Number getTotalBytes()
      Total expected bytes to download.
    • getReceivedBytes

      public Number getReceivedBytes()
      Total bytes received.
    • getState

      public DownloadProgress.State getState()
      Download status.