Table of Contents

Class SearchInResourceCommandResponse

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

Response for SearchInResource

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

Properties

Result

Gets or sets the result

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

Property Value

SearchMatch[]