Table of Contents

Class GetAttributesCommandResponse

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

Response for Returns attributes for the specified node.

public sealed class GetAttributesCommandResponse : ICommandResponse<GetAttributesCommandSettings>, ICommandResponse
Inheritance
GetAttributesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Attributes

An interleaved array of node attribute names and values.

[JsonPropertyName("attributes")]
public string[] Attributes { get; set; }

Property Value

string[]