Class SelectivePermissionsInterventionIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v147.audits.model.SelectivePermissionsInterventionIssueDetails
The issue warns about blocked calls to privacy sensitive APIs via the
Selective Permissions Intervention.
-
Constructor Summary
ConstructorsConstructorDescriptionSelectivePermissionsInterventionIssueDetails(String apiName, AdAncestry adAncestry, Optional<StackTrace> stackTrace) -
Method Summary
Modifier and TypeMethodDescriptionWhy the ad script using the API is considered an ad.Which API was intervened on.The stack trace at the time of the intervention.
-
Constructor Details
-
SelectivePermissionsInterventionIssueDetails
public SelectivePermissionsInterventionIssueDetails(String apiName, AdAncestry adAncestry, Optional<StackTrace> stackTrace)
-
-
Method Details
-
getApiName
Which API was intervened on. -
getAdAncestry
Why the ad script using the API is considered an ad. -
getStackTrace
The stack trace at the time of the intervention.
-