Table of Contents

Class CollectClassNamesFromSubtreeCommandResponse

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

Response for Collects class names for the node with given id and all of it's child nodes.

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

Properties

ClassNames

Class name list.

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

Property Value

string[]