BrowserMessage is a Silk Test Classic window declaration that declares the standard message box used by all Web browsers.
BrowserMessage is of class DialogBox.
See browser.inc in the Extend directory.
The following checks to see whether a BrowserMessage window is displaying; if so, the message in the window is printed and the AppError function is called.
[-] if (BrowserMessage.Exists ()) [ ] BrowserMessage.PrintMessage () [ ] AppError ("Unable to load '{sLocation}'")
The window declaration declares the following method: