Class PerformSearchCommandResponse
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
SearchId
Unique search session identifier.
[JsonPropertyName("searchId")]
public string SearchId { get; set; }