Table of Contents

Class GetTargetsCommandSettings

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

GetTargets

public sealed class GetTargetsCommandSettings : ICommand
Inheritance
GetTargetsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Filter

Gets or sets the filter

[JsonPropertyName("filter")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object[] Filter { get; set; }

Property Value

object[]