Table of Contents

Class GetSecurityIsolationStatusCommandSettings

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

Returns information about the COEP/COOP isolation status.

public sealed class GetSecurityIsolationStatusCommandSettings : ICommand
Inheritance
GetSecurityIsolationStatusCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FrameId

If no frameId is provided, the status of the target is provided.

[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? FrameId { get; set; }

Property Value

string