Uses of Class
org.openqa.selenium.devtools.page.model.DownloadProgress.State
-
Packages that use DownloadProgress.State Package Description org.openqa.selenium.devtools.page.model -
-
Uses of DownloadProgress.State in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return DownloadProgress.State Modifier and Type Method Description static DownloadProgress.State
DownloadProgress.State. fromString(java.lang.String s)
DownloadProgress.State
DownloadProgress. getState()
Download status.static DownloadProgress.State
DownloadProgress.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DownloadProgress.State[]
DownloadProgress.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.page.model with parameters of type DownloadProgress.State Constructor Description DownloadProgress(java.lang.String guid, java.lang.Number totalBytes, java.lang.Number receivedBytes, DownloadProgress.State state)
-