Table of Contents

Enum CrossOriginIsolatedContextType

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Indicates whether the frame is cross-origin isolated and why it is the case.

[JsonConverter(typeof(JsonStringEnumConverter<CrossOriginIsolatedContextType>))]
public enum CrossOriginIsolatedContextType

Fields

Isolated = 0
NotIsolated = 1
NotIsolatedFeatureDisabled = 2