Table of Contents

Class CollectClassNamesCommandSettings

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

CollectClassNames

public sealed class CollectClassNamesCommandSettings : ICommand
Inheritance
CollectClassNamesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

StyleSheetId

Gets or sets the styleSheetId

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

Property Value

string