Table of Contents

Class GlobalLexicalScopeNamesCommandResponse

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

Response for Returns all let, const and class variables from global scope.

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[]