Table of Contents

Class Frame

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

Frame

public sealed class Frame
Inheritance
Frame
Inherited Members

Properties

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

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