Table of Contents

Class CollectClassNamesCommandResponse

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

Response for CollectClassNames

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

Properties

ClassNames

Gets or sets the classNames

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

Property Value

string[]