Class GenericIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v139.audits.model.GenericIssueDetails
Depending on the concrete errorType, different properties are set.
- 
Constructor Summary
ConstructorsConstructorDescriptionGenericIssueDetails(GenericIssueErrorType errorType, Optional<FrameId> frameId, Optional<BackendNodeId> violatingNodeId, Optional<String> violatingNodeAttribute, Optional<AffectedRequest> request)  - 
Method Summary
Modifier and TypeMethodDescriptionIssues with the same errorType are aggregated in the frontend. 
- 
Constructor Details
- 
GenericIssueDetails
public GenericIssueDetails(GenericIssueErrorType errorType, Optional<FrameId> frameId, Optional<BackendNodeId> violatingNodeId, Optional<String> violatingNodeAttribute, Optional<AffectedRequest> request)  
 - 
 - 
Method Details
- 
getErrorType
Issues with the same errorType are aggregated in the frontend. - 
getFrameId
 - 
getViolatingNodeId
 - 
getViolatingNodeAttribute
 - 
getRequest
 
 -