Table of Contents

Class GetDevToolsTargetCommandSettings

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

Gets the targetId of the DevTools page target opened for the given target (if any).

public sealed class GetDevToolsTargetCommandSettings : ICommand
Inheritance
GetDevToolsTargetCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TargetId

Page or tab target ID.

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

Property Value

string