Table of Contents

Class CollectClassNamesCommandResponse

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

Response for Returns all class names from specified stylesheet.

public sealed class CollectClassNamesCommandResponse : ICommandResponse<CollectClassNamesCommandSettings>, ICommandResponse
Inheritance
CollectClassNamesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ClassNames

Class name list.

[JsonPropertyName("classNames")]
public string[] ClassNames { get; set; }

Property Value

string[]