Table of Contents

Class GetAnchorElementCommandResponse

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

Response for Returns the target anchor element of the given anchor query according to https://www.w3.org/TR/css-anchor-position-1/#target.

public sealed class GetAnchorElementCommandResponse : ICommandResponse<GetAnchorElementCommandSettings>, ICommandResponse
Inheritance
GetAnchorElementCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeId

The anchor element of the given anchor query.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long