Table of Contents

Class AttachToTargetCommandResponse

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

Response for AttachToTarget

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

Properties

SessionId

Gets or sets the sessionId

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

Property Value

string