Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.GenericIssueErrorType
Packages that use GenericIssueErrorType
-
Uses of GenericIssueErrorType in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return GenericIssueErrorTypeModifier and TypeMethodDescriptionstatic GenericIssueErrorTypeGenericIssueErrorType.fromString(String s) GenericIssueDetails.getErrorType()Issues with the same errorType are aggregated in the frontend.static GenericIssueErrorTypeReturns the enum constant of this class with the specified name.static GenericIssueErrorType[]GenericIssueErrorType.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 GenericIssueErrorTypeModifierConstructorDescriptionGenericIssueDetails(GenericIssueErrorType errorType, Optional<FrameId> frameId, Optional<BackendNodeId> violatingNodeId, Optional<String> violatingNodeAttribute, Optional<AffectedRequest> request)