Table of Contents

Class GetLocationForSelectorCommandResponse

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

Response for Given a CSS selector text and a style sheet ID, getLocationForSelector returns an array of locations of the CSS selector in the style sheet.

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[]