BrowserClose Method (Int32)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Closes a browser window with a custom wait to close timeout.

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

public virtual void Close(
	int waitToCloseTimeout
)

Parameters

waitToCloseTimeout
Type: SystemInt32
The timeout in milliseconds to wait for the browser to close.
Remarks

This function will disconnect the browser from the manager first and then close its window. It will also perform a wait until the browser window is no longer visible. The time out for the wait is the same as the ExecuteCommandTimeout.
See Also

Reference