Table of Contents

Class SearchInResponseBodyCommandResponse

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

Response for SearchInResponseBody

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

Properties

Result

Gets or sets the result

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

Property Value

SearchMatch[]