Uses of Class
org.openqa.selenium.devtools.v101.storage.Storage.GetUsageAndQuotaResponse
-
Packages that use Storage.GetUsageAndQuotaResponse Package Description org.openqa.selenium.devtools.v101.storage -
-
Uses of Storage.GetUsageAndQuotaResponse in org.openqa.selenium.devtools.v101.storage
Methods in org.openqa.selenium.devtools.v101.storage that return types with arguments of type Storage.GetUsageAndQuotaResponse Modifier and Type Method Description static org.openqa.selenium.devtools.Command<Storage.GetUsageAndQuotaResponse>Storage. getUsageAndQuota(java.lang.String origin)Returns usage and quota in bytes.
-