Table of Contents

Class SearchInContentCommandSettings

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

SearchInContent

public sealed class SearchInContentCommandSettings : ICommand
Inheritance
SearchInContentCommandSettings
Implements
Inherited Members

Properties

CaseSensitive

Gets or sets the caseSensitive

[JsonPropertyName("caseSensitive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? CaseSensitive { get; set; }

Property Value

bool?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IsRegex

Gets or sets the isRegex

[JsonPropertyName("isRegex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsRegex { get; set; }

Property Value

bool?

Query

Gets or sets the query

[JsonPropertyName("query")]
public string Query { get; set; }

Property Value

string

ScriptId

Gets or sets the scriptId

[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }

Property Value

string