closeBrowserPopups - web automation property

IE automation property specifying if IE browser popups (security alerts, auto complete, errors) are automatically closed.

Applies to:
Core
  coreObj.closeBrowserPopups = true;
Arguments:
None.
Remarks:
The default value of this web automation property is false. If set to true, every web automation library method/property will first close browser popups.
Example:
// Automatically close IE popups (Security alerts, Errors and Auto complete) as they appear.
var core = new ActiveXObject("OpenTwebst.Core");
core.closeBrowserPopups = true;
		
See also:
asyncHtmlEvents | Browser | Close | ClosePopup | ClosePrompt | FindModalHtmlDialog | FindModelessHtmlDialog

© 2017 CodeCentrix Software. All rights reserved.