Table of Contents

Class PerformSearchCommandResponse

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

Response for Searches for a given string in the DOM tree. Use getSearchResults to access search results or cancelSearch to end this search session.

public sealed class PerformSearchCommandResponse : ICommandResponse<PerformSearchCommandSettings>, ICommandResponse
Inheritance
PerformSearchCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ResultCount

Number of search results.

[JsonPropertyName("resultCount")]
public long ResultCount { get; set; }

Property Value

long

SearchId

Unique search session identifier.

[JsonPropertyName("searchId")]
public string SearchId { get; set; }

Property Value

string