ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Browser.Close(waitToCloseTimeout) method
Closes a browser window with a custom wait to close timeout.
Syntax
C#
public virtual void Close (
	int waitToCloseTimeout
)
Parameters
waitToCloseTimeout (Int32)
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.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)