Table of Contents

Class AttachToTargetCommandResponse

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

Response for Attaches to the target with given id.

public sealed class AttachToTargetCommandResponse : ICommandResponse<AttachToTargetCommandSettings>, ICommandResponse
Inheritance
AttachToTargetCommandResponse
Implements
Inherited Members
Extension Methods

Properties

SessionId

Id assigned to the session.

[JsonPropertyName("sessionId")]
public string SessionId { get; set; }

Property Value

string