Table of Contents

Class GetWindowForTargetCommandSettings

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

GetWindowForTarget

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