Table of Contents

Class SearchInResponseBodyCommandSettings

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

SearchInResponseBody

public sealed class SearchInResponseBodyCommandSettings : ICommand
Inheritance
SearchInResponseBodyCommandSettings
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

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string