Table of Contents

Class GetFrameOwnerCommandResponse

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

Response for Returns iframe node that owns iframe with the given domain.

public sealed class GetFrameOwnerCommandResponse : ICommandResponse<GetFrameOwnerCommandSettings>, ICommandResponse
Inheritance
GetFrameOwnerCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BackendNodeId

Resulting node.

[JsonPropertyName("backendNodeId")]
public long BackendNodeId { get; set; }

Property Value

long

NodeId

Id of the node at given coordinates, only when enabled and requested document.

[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }

Property Value

long?