Table of Contents

Class GetLocationForSelectorCommandResponse

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

Response for GetLocationForSelector

public sealed class GetLocationForSelectorCommandResponse : ICommandResponse<GetLocationForSelectorCommandSettings>, ICommandResponse
Inheritance
GetLocationForSelectorCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Ranges

Gets or sets the ranges

[JsonPropertyName("ranges")]
public SourceRange[] Ranges { get; set; }

Property Value

SourceRange[]