Table of Contents

Class SearchInContentResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Debugger
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record SearchInContentResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SearchInContentResult>
Inheritance
EmptyResult
SearchInContentResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

SearchInContentResult(ImmutableArray<SearchMatch>)

public SearchInContentResult(ImmutableArray<SearchMatch> Result)

Parameters

Result ImmutableArray<SearchMatch>

List of search matches.

Properties

Result

List of search matches.

public ImmutableArray<SearchMatch> Result { get; init; }

Property Value

ImmutableArray<SearchMatch>