BrowserSecurityInfo is a Silk Test Classic window declaration that declares the dialog box used by Web browsers to indicate a security issue. Most commonly this dialog box is displayed when the user of a Web application is about to send information over the Internet and is warned about the security implications.
BrowserSecurityInfo is of class DialogBox.
See browser.inc in the Extend directory.
The following code checks to see whether a BrowserSecurityInfo window is displaying; if so, the Continue button of the window, Yes in Internet Explorer, is clicked.
[-] if (BrowserSecurityInfo.Exists ()) [ ] BrowserSecurityInfo.Continue.Click ()