Uses of Class
org.openqa.selenium.devtools.v102.audits.model.GenericIssueErrorType
-
Packages that use GenericIssueErrorType Package Description org.openqa.selenium.devtools.v102.audits.model -
-
Uses of GenericIssueErrorType in org.openqa.selenium.devtools.v102.audits.model
Methods in org.openqa.selenium.devtools.v102.audits.model that return GenericIssueErrorType Modifier and Type Method Description static GenericIssueErrorTypeGenericIssueErrorType. fromString(java.lang.String s)GenericIssueErrorTypeGenericIssueDetails. getErrorType()Issues with the same errorType are aggregated in the frontend.static GenericIssueErrorTypeGenericIssueErrorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GenericIssueErrorType[]GenericIssueErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v102.audits.model with parameters of type GenericIssueErrorType Constructor Description GenericIssueDetails(GenericIssueErrorType errorType, java.util.Optional<FrameId> frameId)
-