Class GetWindowForTargetCommandSettings
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
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; }