Table of Contents

Class GetSearchResultsCommandResponse

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

Response for Returns search results from given fromIndex to given toIndex from the search with the given identifier.

public sealed class GetSearchResultsCommandResponse : ICommandResponse<GetSearchResultsCommandSettings>, ICommandResponse
Inheritance
GetSearchResultsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeIds

Ids of the search result nodes.

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

Property Value

long[]