ClassExistingBrowserInfo
Class
Information about an existing browser.
Definition
Namespace:ArtOfTest.WebAii.Messaging.Process
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ExistingBrowserInfo
Inheritance: objectExistingBrowserInfo
Constructors
ExistingBrowserInfo(Browser, string)
Create a new instance of ExistingBrowserInfo class.
Properties
BrowserType
Specifies the browser type.
ClientId
The browser client id.
Handle
The browser window native handle.
IsCDPManaged
Indicates whether the browser is managed via the CDP protocol.
IsDialog
Specifies whether the browsers is dialog.
IsUILess
Specifies whether the browsers has visible UI.
ProcessId
The browser process id.
SessionId
The browser session id.
Version
The browser version.