Class SelectivePermissionsInterventionIssueDetails

java.lang.Object
org.openqa.selenium.devtools.v147.audits.model.SelectivePermissionsInterventionIssueDetails

public class SelectivePermissionsInterventionIssueDetails extends Object
The issue warns about blocked calls to privacy sensitive APIs via the Selective Permissions Intervention.
  • Constructor Details

    • SelectivePermissionsInterventionIssueDetails

      public SelectivePermissionsInterventionIssueDetails(String apiName, AdAncestry adAncestry, Optional<StackTrace> stackTrace)
  • Method Details

    • getApiName

      public String getApiName()
      Which API was intervened on.
    • getAdAncestry

      public AdAncestry getAdAncestry()
      Why the ad script using the API is considered an ad.
    • getStackTrace

      public Optional<StackTrace> getStackTrace()
      The stack trace at the time of the intervention.