Table of Contents

Class SelectivePermissionsInterventionIssueDetails

Namespace
OpenQA.Selenium.DevTools.V148.Audits
Assembly
Selenium.WebDriver.dll

The issue warns about blocked calls to privacy sensitive APIs via the Selective Permissions Intervention.

public sealed class SelectivePermissionsInterventionIssueDetails
Inheritance
SelectivePermissionsInterventionIssueDetails
Inherited Members

Properties

AdAncestry

Why the ad script using the API is considered an ad.

[JsonPropertyName("adAncestry")]
public AdAncestry AdAncestry { get; set; }

Property Value

AdAncestry

ApiName

Which API was intervened on.

[JsonPropertyName("apiName")]
public string ApiName { get; set; }

Property Value

string

StackTrace

The stack trace at the time of the intervention.

[JsonPropertyName("stackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace? StackTrace { get; set; }

Property Value

StackTrace