Class DownloadProgress
java.lang.Object
org.openqa.selenium.devtools.v150.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
-
getTotalBytes
-
getReceivedBytes
-
getState
-