Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.DownloadProgress.State
Packages that use DownloadProgress.State
-
Uses of DownloadProgress.State in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return DownloadProgress.StateModifier and TypeMethodDescriptionstatic DownloadProgress.StateDownloadProgress.State.fromString(String s) DownloadProgress.getState()Deprecated.Download status.static DownloadProgress.StateReturns the enum constant of this class with the specified name.static DownloadProgress.State[]DownloadProgress.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.page.model with parameters of type DownloadProgress.StateModifierConstructorDescriptionDownloadProgress(String guid, Number totalBytes, Number receivedBytes, DownloadProgress.State state) Deprecated.