Table of Contents

Class RelatedWebsiteSet

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

RelatedWebsiteSet

public sealed class RelatedWebsiteSet
Inheritance
RelatedWebsiteSet
Inherited Members

Properties

AssociatedSites

associatedSites

[JsonPropertyName("associatedSites")]
public string[] AssociatedSites { get; set; }

Property Value

string[]

PrimarySites

primarySites

[JsonPropertyName("primarySites")]
public string[] PrimarySites { get; set; }

Property Value

string[]

ServiceSites

serviceSites

[JsonPropertyName("serviceSites")]
public string[] ServiceSites { get; set; }

Property Value

string[]