Class AttributionReportingIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v141.audits.model.AttributionReportingIssueDetails
Details for issues around "Attribution Reporting API" usage.
Explainer: https://github.com/WICG/attribution-reporting-api
-
Constructor Summary
ConstructorsConstructorDescriptionAttributionReportingIssueDetails(AttributionReportingIssueType violationType, Optional<AffectedRequest> request, Optional<BackendNodeId> violatingNodeId, Optional<String> invalidParameter) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AttributionReportingIssueDetails
public AttributionReportingIssueDetails(AttributionReportingIssueType violationType, Optional<AffectedRequest> request, Optional<BackendNodeId> violatingNodeId, Optional<String> invalidParameter)
-
-
Method Details
-
getViolationType
-
getRequest
-
getViolatingNodeId
-
getInvalidParameter
-