Class DownloadProgress
java.lang.Object
org.openqa.selenium.devtools.v119.browser.model.DownloadProgress
Fired when download makes progress. Last call has |done| == true.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDownloadProgress
(String guid, Number totalBytes, Number receivedBytes, DownloadProgress.State state) -
Method Summary
-
Constructor Details
-
DownloadProgress
public DownloadProgress(String guid, Number totalBytes, Number receivedBytes, DownloadProgress.State state)
-
-
Method Details
-
getGuid
Global unique identifier of the download. -
getTotalBytes
Total expected bytes to download. -
getReceivedBytes
Total bytes received. -
getState
Download status.
-