Table of Contents

Class RelatedWebsiteSet

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

A single Related Website Set object.

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

Constructors

RelatedWebsiteSet(ImmutableArray<string>, ImmutableArray<string>, ImmutableArray<string>)

A single Related Website Set object.

public RelatedWebsiteSet(ImmutableArray<string> PrimarySites, ImmutableArray<string> AssociatedSites, ImmutableArray<string> ServiceSites)

Parameters

PrimarySites ImmutableArray<string>

The primary site of this set, along with the ccTLDs if there is any.

AssociatedSites ImmutableArray<string>

The associated sites of this set, along with the ccTLDs if there is any.

ServiceSites ImmutableArray<string>

The service sites of this set, along with the ccTLDs if there is any.

Properties

AssociatedSites

The associated sites of this set, along with the ccTLDs if there is any.

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

Property Value

ImmutableArray<string>

PrimarySites

The primary site of this set, along with the ccTLDs if there is any.

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

Property Value

ImmutableArray<string>

ServiceSites

The service sites of this set, along with the ccTLDs if there is any.

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

Property Value

ImmutableArray<string>