Table of Contents

Class Frame

Namespace
OpenQA.Selenium.DevTools.V132.Page
Assembly
WebDriver.dll

Frame

public sealed class Frame
Inheritance
Frame
Inherited Members

Properties

AdFrameStatus

adFrameStatus

[JsonPropertyName("adFrameStatus")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AdFrameStatus AdFrameStatus { get; set; }

Property Value

AdFrameStatus

CrossOriginIsolatedContextType

crossOriginIsolatedContextType

[JsonPropertyName("crossOriginIsolatedContextType")]
public CrossOriginIsolatedContextType CrossOriginIsolatedContextType { get; set; }

Property Value

CrossOriginIsolatedContextType

DomainAndRegistry

domainAndRegistry

[JsonPropertyName("domainAndRegistry")]
public string DomainAndRegistry { get; set; }

Property Value

string

GatedAPIFeatures

gatedAPIFeatures

[JsonPropertyName("gatedAPIFeatures")]
public GatedAPIFeatures[] GatedAPIFeatures { get; set; }

Property Value

GatedAPIFeatures[]

Id

id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

LoaderId

loaderId

[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }

Property Value

string

MimeType

mimeType

[JsonPropertyName("mimeType")]
public string MimeType { get; set; }

Property Value

string

Name

name

[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Name { get; set; }

Property Value

string

ParentId

parentId

[JsonPropertyName("parentId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ParentId { get; set; }

Property Value

string

SecureContextType

secureContextType

[JsonPropertyName("secureContextType")]
public SecureContextType SecureContextType { get; set; }

Property Value

SecureContextType

SecurityOrigin

securityOrigin

[JsonPropertyName("securityOrigin")]
public string SecurityOrigin { get; set; }

Property Value

string

UnreachableUrl

unreachableUrl

[JsonPropertyName("unreachableUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string UnreachableUrl { get; set; }

Property Value

string

Url

url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string

UrlFragment

urlFragment

[JsonPropertyName("urlFragment")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string UrlFragment { get; set; }

Property Value

string