Table of Contents

Class QuerySelectorAllCommandResponse

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

Response for QuerySelectorAll

public sealed class QuerySelectorAllCommandResponse : ICommandResponse<QuerySelectorAllCommandSettings>, ICommandResponse
Inheritance
QuerySelectorAllCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeIds

Gets or sets the nodeIds

[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }

Property Value

long[]