Table of Contents

Class BounceTrackingIssueDetails

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

This issue warns about sites in the redirect chain of a finished navigation that may be flagged as trackers and have their state cleared if they don't receive a user interaction. Note that in this context 'site' means eTLD+1. For example, if the URL https://example.test:80/bounce was in the redirect chain, the site reported would be example.test.

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

Constructors

BounceTrackingIssueDetails(ImmutableArray<string>)

This issue warns about sites in the redirect chain of a finished navigation that may be flagged as trackers and have their state cleared if they don't receive a user interaction. Note that in this context 'site' means eTLD+1. For example, if the URL https://example.test:80/bounce was in the redirect chain, the site reported would be example.test.

public BounceTrackingIssueDetails(ImmutableArray<string> TrackingSites)

Parameters

TrackingSites ImmutableArray<string>

Properties

TrackingSites

public ImmutableArray<string> TrackingSites { get; init; }

Property Value

ImmutableArray<string>