Class GetLocationForSelectorCommandResponse
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; }