Table of Contents

Class AddBindingCommandSettings

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

AddBinding

public sealed class AddBindingCommandSettings : ICommand
Inheritance
AddBindingCommandSettings
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?

ExecutionContextName

Gets or sets the executionContextName

[JsonPropertyName("executionContextName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ExecutionContextName { get; set; }

Property Value

string

Name

Gets or sets the name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string