Table of Contents

Class GetFrameOwnerResult

Namespace
Selenium.WebDriver.BiDi.Cdp.DOM
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetFrameOwnerResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetFrameOwnerResult>
Inheritance
EmptyResult
GetFrameOwnerResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetFrameOwnerResult(BackendNodeId, NodeId?)

public GetFrameOwnerResult(BackendNodeId BackendNodeId, NodeId? NodeId)

Parameters

BackendNodeId BackendNodeId

Resulting node.

NodeId NodeId

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

Properties

BackendNodeId

Resulting node.

public BackendNodeId BackendNodeId { get; init; }

Property Value

BackendNodeId

NodeId

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

public NodeId? NodeId { get; init; }

Property Value

NodeId