Uses of Class
org.openqa.selenium.devtools.v110.storage.model.UsageForType
-
Packages that use UsageForType Package Description org.openqa.selenium.devtools.v110.storage -
-
Uses of UsageForType in org.openqa.selenium.devtools.v110.storage
Methods in org.openqa.selenium.devtools.v110.storage that return types with arguments of type UsageForType Modifier and Type Method Description java.util.List<UsageForType>Storage.GetUsageAndQuotaResponse. getUsageBreakdown()Storage usage per type (bytes).Constructor parameters in org.openqa.selenium.devtools.v110.storage with type arguments of type UsageForType Constructor Description GetUsageAndQuotaResponse(java.lang.Number usage, java.lang.Number quota, java.lang.Boolean overrideActive, java.util.List<UsageForType> usageBreakdown)
-