Table of Contents

Class SelectivePermissionsInterventionIssueDetails

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

public sealed record SelectivePermissionsInterventionIssueDetails : IEquatable<SelectivePermissionsInterventionIssueDetails>
Inheritance
SelectivePermissionsInterventionIssueDetails
Implements
Inherited Members

Constructors

SelectivePermissionsInterventionIssueDetails(string, AdAncestry)

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

public SelectivePermissionsInterventionIssueDetails(string ApiName, AdAncestry AdAncestry)

Parameters

ApiName string

Which API was intervened on.

AdAncestry AdAncestry

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

Properties

AdAncestry

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

public AdAncestry AdAncestry { get; init; }

Property Value

AdAncestry

ApiName

Which API was intervened on.

public string ApiName { get; init; }

Property Value

string

StackTrace

The stack trace at the time of the intervention.

public StackTrace? StackTrace { get; init; }

Property Value

StackTrace