Table of Contents

Class AttachToBrowserTargetResult

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

Constructors

AttachToBrowserTargetResult(SessionID)

public AttachToBrowserTargetResult(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