Table of Contents

Class OpenDevToolsCommandSettings

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

Opens a DevTools window for the target.

public sealed class OpenDevToolsCommandSettings : ICommand
Inheritance
OpenDevToolsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TargetId

This can be the page or tab target ID.

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

Property Value

string