Table of Contents

Class SetBlackboxExecutionContextsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Debugger
Assembly
WebDriver.dll

SetBlackboxExecutionContexts

public sealed class SetBlackboxExecutionContextsCommandSettings : ICommand
Inheritance
SetBlackboxExecutionContextsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

UniqueIds

Gets or sets the uniqueIds

[JsonPropertyName("uniqueIds")]
public string[] UniqueIds { get; set; }

Property Value

string[]