Table of Contents

Class SearchInContentCommandResponse

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

Response for SearchInContent

public sealed class SearchInContentCommandResponse : ICommandResponse<SearchInContentCommandSettings>, ICommandResponse
Inheritance
SearchInContentCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Result

Gets or sets the result

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

Property Value

SearchMatch[]