Class ExistingBrowserInfo
Inheritance
System.Object
ExistingBrowserInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Messaging.Process
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ExistingBrowserInfo
Constructors
ExistingBrowserInfo(Browser, String)
Declaration
public ExistingBrowserInfo(Browser browser, string sessionId)
Parameters
Browser
browser
|
System.String
sessionId
|
Properties
BrowserType
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
Handle
Declaration
public IntPtr Handle { get; }
Property Value
System.IntPtr
|
IsCDPManaged
Declaration
public bool IsCDPManaged { get; }
Property Value
System.Boolean
|
IsDialog
Declaration
public bool IsDialog { get; }
Property Value
System.Boolean
|
IsUILess
Declaration
public bool IsUILess { get; }
Property Value
System.Boolean
|
SessionId
Declaration
public string SessionId { get; }
Property Value
System.String
|
TabId
Declaration
public int TabId { get; }
Property Value
System.Int32
|
Version
Declaration
public string Version { get; }
Property Value
System.String
|
WindowId
Declaration
public int WindowId { get; }
Property Value
System.Int32
|