Table of Contents

Class GetTargetInfoCommandSettings

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

GetTargetInfo

public sealed class GetTargetInfoCommandSettings : ICommand
Inheritance
GetTargetInfoCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TargetId

Gets or sets the targetId

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

Property Value

string