Table of Contents

Class InterestGroupAccessedEventArgs

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

One of the interest groups was accessed. Note that these events are global to all targets sharing an interest group store.

public sealed class InterestGroupAccessedEventArgs : EventArgs
Inheritance
InterestGroupAccessedEventArgs
Inherited Members

Properties

AccessTime

Gets or sets the accessTime

[JsonPropertyName("accessTime")]
public double AccessTime { get; set; }

Property Value

double

Bid

For bid or somethingBid event, if done locally and not on a server.

[JsonPropertyName("bid")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Bid { get; set; }

Property Value

double?

BidCurrency

Gets or sets the bidCurrency

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

Property Value

string

ComponentSellerOrigin

For topLevelBid/topLevelAdditionalBid, and when appropriate, win and additionalBidWin

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

Property Value

string

Name

Gets or sets the name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

OwnerOrigin

Gets or sets the ownerOrigin

[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }

Property Value

string

Type

Gets or sets the type

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

Property Value

InterestGroupAccessType

UniqueAuctionId

For non-global events --- links to interestGroupAuctionEvent

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

Property Value

string