Table of Contents

Class PerformSearchCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.DOM
Assembly
WebDriver.dll

PerformSearch

public sealed class PerformSearchCommandSettings : ICommand
Inheritance
PerformSearchCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IncludeUserAgentShadowDOM

Gets or sets the includeUserAgentShadowDOM

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

Property Value

bool?

Query

Gets or sets the query

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

Property Value

string