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