Table of Contents

Class GetRelatedWebsiteSetsCommandResponse

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

Response for Returns the effective Related Website Sets in use by this profile for the browser session. The effective Related Website Sets will not change during a browser session.

public sealed class GetRelatedWebsiteSetsCommandResponse : ICommandResponse<GetRelatedWebsiteSetsCommandSettings>, ICommandResponse
Inheritance
GetRelatedWebsiteSetsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Sets

Gets or sets the sets

[JsonPropertyName("sets")]
public RelatedWebsiteSet[] Sets { get; set; }

Property Value

RelatedWebsiteSet[]