Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.MixedContentResolutionStatus
Packages that use MixedContentResolutionStatus
-
Uses of MixedContentResolutionStatus in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return MixedContentResolutionStatusModifier and TypeMethodDescriptionstatic MixedContentResolutionStatusMixedContentResolutionStatus.fromString(String s) MixedContentIssueDetails.getResolutionStatus()The way the mixed content issue is being resolved.static MixedContentResolutionStatusReturns the enum constant of this class with the specified name.static MixedContentResolutionStatus[]MixedContentResolutionStatus.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 MixedContentResolutionStatusModifierConstructorDescriptionMixedContentIssueDetails(Optional<MixedContentResourceType> resourceType, MixedContentResolutionStatus resolutionStatus, String insecureURL, String mainResourceURL, Optional<AffectedRequest> request, Optional<AffectedFrame> frame)