Table of Contents

Class ExposeDevToolsProtocolCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.Target
Assembly
WebDriver.dll

ExposeDevToolsProtocol

public sealed class ExposeDevToolsProtocolCommandSettings : ICommand
Inheritance
ExposeDevToolsProtocolCommandSettings
Implements
Inherited Members

Properties

BindingName

Gets or sets the bindingName

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

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TargetId

Gets or sets the targetId

[JsonPropertyName("targetId")]
public string TargetId { get; set; }

Property Value

string