Class AttachToBrowserTargetCommandResponse
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; }