Table of Contents

Class AttachToTargetResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Target
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record AttachToTargetResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<AttachToTargetResult>
Inheritance
EmptyResult
AttachToTargetResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

AttachToTargetResult(SessionID)

public AttachToTargetResult(SessionID SessionId)

Parameters

SessionId SessionID

Id assigned to the session.

Properties

SessionId

Id assigned to the session.

public SessionID SessionId { get; init; }

Property Value

SessionID