Table of Contents

Class FetchSchemefulSiteCommandSettings

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

Fetches the schemeful site for a specific origin.

public sealed class FetchSchemefulSiteCommandSettings : ICommand
Inheritance
FetchSchemefulSiteCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Origin

The URL origin.

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string