Table of Contents

Class DiscardSearchResultsCommandSettings

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

Discards search results from the session with the given id. getSearchResults should no longer be called for that search.

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

Unique search session identifier.

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

Property Value

string