Class InspectorIssue
java.lang.Object
org.openqa.selenium.devtools.v141.audits.model.InspectorIssue
An inspector issue reported from the back-end.
-
Constructor Summary
ConstructorsConstructorDescriptionInspectorIssue(InspectorIssueCode code, InspectorIssueDetails details, Optional<IssueId> issueId) -
Method Summary
-
Constructor Details
-
InspectorIssue
public InspectorIssue(InspectorIssueCode code, InspectorIssueDetails details, Optional<IssueId> issueId)
-
-
Method Details
-
getCode
-
getDetails
-
getIssueId
A unique id for this issue. May be omitted if no other entity (e.g. exception, CDP message, etc.) is referencing this issue.
-