Table of Contents

Class GlobalLexicalScopeNamesCommandSettings

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

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

public sealed class GlobalLexicalScopeNamesCommandSettings : ICommand
Inheritance
GlobalLexicalScopeNamesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ExecutionContextId

Specifies in which execution context to lookup global scope variables.

[JsonPropertyName("executionContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ExecutionContextId { get; set; }

Property Value

long?