Table of Contents

Class AttachToBrowserTargetCommandResponse

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

Response for Attaches to the browser target, only uses flat sessionId mode.

public sealed class AttachToBrowserTargetCommandResponse : ICommandResponse<AttachToBrowserTargetCommandSettings>, ICommandResponse
Inheritance
AttachToBrowserTargetCommandResponse
Implements
Inherited Members
Extension Methods

Properties

SessionId

Id assigned to the session.

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

Property Value

string