Table of Contents

Class GetFrameOwnerCommandResponse

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

Response for GetFrameOwner

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

Properties

BackendNodeId

Gets or sets the backendNodeId

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

Property Value

long

NodeId

Gets or sets the nodeId

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

Property Value

long?