Table of Contents

Class QuerySelectorAllCommandResponse

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

Response for Executes querySelectorAll on a given node.

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

Properties

NodeIds

Query selector result.

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

Property Value

long[]