Table of Contents

Class DiscardSearchResultsCommandSettings

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

DiscardSearchResults

public sealed class DiscardSearchResultsCommandSettings : ICommand
Inheritance
DiscardSearchResultsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SearchId

Gets or sets the searchId

[JsonPropertyName("searchId")]
public string SearchId { get; set; }

Property Value

string