Table of Contents

Class FetchSchemefulSiteCommandResponse

Namespace
OpenQA.Selenium.DevTools.V148.Network
Assembly
Selenium.WebDriver.dll

Response for Fetches the schemeful site for a specific origin.

public sealed class FetchSchemefulSiteCommandResponse : ICommandResponse<FetchSchemefulSiteCommandSettings>, ICommandResponse
Inheritance
FetchSchemefulSiteCommandResponse
Implements
Inherited Members
Extension Methods

Properties

SchemefulSite

The corresponding schemeful site.

[JsonPropertyName("schemefulSite")]
public string SchemefulSite { get; set; }

Property Value

string