Table of Contents

Class SearchInContentCommandResponse

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

Response for Searches for given string in script content.

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

Properties

Result

List of search matches.

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

Property Value

SearchMatch[]