Table of Contents

Class GlobalLexicalScopeNamesCommandResponse

Namespace
OpenQA.Selenium.DevTools.V130.Runtime
Assembly
WebDriver.dll

Response for GlobalLexicalScopeNames

public sealed class GlobalLexicalScopeNamesCommandResponse : ICommandResponse<GlobalLexicalScopeNamesCommandSettings>, ICommandResponse
Inheritance
GlobalLexicalScopeNamesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Names

Gets or sets the names

[JsonPropertyName("names")]
public string[] Names { get; set; }

Property Value

string[]