Table of Contents

Class GlobalLexicalScopeNamesCommandSettings

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

GlobalLexicalScopeNames

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

Gets or sets the executionContextId

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

Property Value

long?