Table of Contents

Class SearchInResponseBodyCommandResponse

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

Response for Searches for given string in response content.

public sealed class SearchInResponseBodyCommandResponse : ICommandResponse<SearchInResponseBodyCommandSettings>, ICommandResponse
Inheritance
SearchInResponseBodyCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Result

List of search matches.

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

Property Value

SearchMatch[]