Table of Contents

Class SearchInResourceCommandResponse

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

Response for Searches for given string in resource content.

public sealed class SearchInResourceCommandResponse : ICommandResponse<SearchInResourceCommandSettings>, ICommandResponse
Inheritance
SearchInResourceCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Result

List of search matches.

[JsonPropertyName("result")]
public SearchMatch[] Result { get; set; }

Property Value

SearchMatch[]