Uses of Class
org.openqa.selenium.devtools.v95.audits.model.InspectorIssueCode
-
Packages that use InspectorIssueCode Package Description org.openqa.selenium.devtools.v95.audits.model -
-
Uses of InspectorIssueCode in org.openqa.selenium.devtools.v95.audits.model
Methods in org.openqa.selenium.devtools.v95.audits.model that return InspectorIssueCode Modifier and Type Method Description static InspectorIssueCodeInspectorIssueCode. fromString(java.lang.String s)InspectorIssueCodeInspectorIssue. getCode()static InspectorIssueCodeInspectorIssueCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InspectorIssueCode[]InspectorIssueCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v95.audits.model with parameters of type InspectorIssueCode Constructor Description InspectorIssue(InspectorIssueCode code, InspectorIssueDetails details, java.util.Optional<IssueId> issueId)
-