Forum Discussion

shaifali_pandya's avatar
shaifali_pandya
Occasional Contributor
12 years ago

How to ensure that the Browser has been closed

  Example code under help topic "Checking if the Browser Is Running From Scripts" function Check() {   if (Aliases.browser.Exists)     Aliases.browser.BrowserWindow.Close(); ...