Table of Contents

Class GetWindowForTargetCommandSettings

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

Get the browser window that contains the devtools target.

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

Devtools agent host id. If called as a part of the session, associated targetId is used.

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

Property Value

string