Table of Contents

Class GetLocationForSelectorCommandSettings

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

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 GetLocationForSelectorCommandSettings : ICommand
Inheritance
GetLocationForSelectorCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SelectorText

Gets or sets the selectorText

[JsonPropertyName("selectorText")]
public string SelectorText { get; set; }

Property Value

string

StyleSheetId

Gets or sets the styleSheetId

[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }

Property Value

string