Table of Contents

Class InterestGroupAuctionEventOccurredEventArgs

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

An auction involving interest groups is taking place. These events are target-specific.

public sealed class InterestGroupAuctionEventOccurredEventArgs : EventArgs
Inheritance
InterestGroupAuctionEventOccurredEventArgs
Inherited Members

Properties

AuctionConfig

Set for started and configResolved

[JsonPropertyName("auctionConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object? AuctionConfig { get; set; }

Property Value

object

EventTime

Gets or sets the eventTime

[JsonPropertyName("eventTime")]
public double EventTime { get; set; }

Property Value

double

ParentAuctionId

Set for child auctions.

[JsonPropertyName("parentAuctionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ParentAuctionId { get; set; }

Property Value

string

Type

Gets or sets the type

[JsonPropertyName("type")]
public InterestGroupAuctionEventType Type { get; set; }

Property Value

InterestGroupAuctionEventType

UniqueAuctionId

Gets or sets the uniqueAuctionId

[JsonPropertyName("uniqueAuctionId")]
public string UniqueAuctionId { get; set; }

Property Value

string