Table of Contents

Class RunBounceTrackingMitigationsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V146.Storage
Assembly
Selenium.WebDriver.dll

Response for Deletes state for sites identified as potential bounce trackers, immediately.

public sealed class RunBounceTrackingMitigationsCommandResponse : ICommandResponse<RunBounceTrackingMitigationsCommandSettings>, ICommandResponse
Inheritance
RunBounceTrackingMitigationsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

DeletedSites

Gets or sets the deletedSites

[JsonPropertyName("deletedSites")]
public string[] DeletedSites { get; set; }

Property Value

string[]