Table of Contents

Class GetSearchResultsCommandSettings

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

GetSearchResults

public sealed class GetSearchResultsCommandSettings : ICommand
Inheritance
GetSearchResultsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FromIndex

Gets or sets the fromIndex

[JsonPropertyName("fromIndex")]
public long FromIndex { get; set; }

Property Value

long

SearchId

Gets or sets the searchId

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

Property Value

string

ToIndex

Gets or sets the toIndex

[JsonPropertyName("toIndex")]
public long ToIndex { get; set; }

Property Value

long