Table of Contents

Class ActivateTargetCommandSettings

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

ActivateTarget

public sealed class ActivateTargetCommandSettings : ICommand
Inheritance
ActivateTargetCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TargetId

Gets or sets the targetId

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

Property Value

string