Table of Contents

Class AddBindingCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.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?

Name

Gets or sets the name

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

Property Value

string