Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.PartitioningBlobURLInfo
Packages that use PartitioningBlobURLInfo
-
Uses of PartitioningBlobURLInfo in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return PartitioningBlobURLInfoModifier and TypeMethodDescriptionstatic PartitioningBlobURLInfoPartitioningBlobURLInfo.fromString(String s) PartitioningBlobURLIssueDetails.getPartitioningBlobURLInfo()Additional information about the Partitioning Blob URL issue.static PartitioningBlobURLInfoReturns the enum constant of this class with the specified name.static PartitioningBlobURLInfo[]PartitioningBlobURLInfo.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.audits.model with parameters of type PartitioningBlobURLInfoModifierConstructorDescriptionPartitioningBlobURLIssueDetails(String url, PartitioningBlobURLInfo partitioningBlobURLInfo)