Table of Contents

Class DetachFromTargetCommandSettings

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

Detaches session with given id.

public sealed class DetachFromTargetCommandSettings : ICommand
Inheritance
DetachFromTargetCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SessionId

Session to detach.

[JsonPropertyName("sessionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SessionId { get; set; }

Property Value

string

TargetId

Deprecated.

[JsonPropertyName("targetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TargetId { get; set; }

Property Value

string