Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.MixedContentResourceType
Packages that use MixedContentResourceType
-
Uses of MixedContentResourceType in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return MixedContentResourceTypeModifier and TypeMethodDescriptionstatic MixedContentResourceTypeMixedContentResourceType.fromString(String s) static MixedContentResourceTypeReturns the enum constant of this class with the specified name.static MixedContentResourceType[]MixedContentResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.audits.model that return types with arguments of type MixedContentResourceTypeModifier and TypeMethodDescriptionMixedContentIssueDetails.getResourceType()The type of resource causing the mixed content issue (css, js, iframe, form,...).Constructor parameters in org.openqa.selenium.devtools.v141.audits.model with type arguments of type MixedContentResourceTypeModifierConstructorDescriptionMixedContentIssueDetails(Optional<MixedContentResourceType> resourceType, MixedContentResolutionStatus resolutionStatus, String insecureURL, String mainResourceURL, Optional<AffectedRequest> request, Optional<AffectedFrame> frame)