Table of Contents

Class CollectClassNamesFromSubtreeCommandResponse

Namespace
OpenQA.Selenium.DevTools.V85.DOM
Assembly
WebDriver.dll

Response for CollectClassNamesFromSubtree

public sealed class CollectClassNamesFromSubtreeCommandResponse : ICommandResponse<CollectClassNamesFromSubtreeCommandSettings>, ICommandResponse
Inheritance
CollectClassNamesFromSubtreeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ClassNames

Gets or sets the classNames

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

Property Value

string[]