BrowserIsConnected Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets whether the browser is connected to manager of not.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual bool IsConnected { get; }

Property Value

Type: Boolean
Remarks

This property performs a two way communication check between the manager and the actual browser.
See Also

Reference