IESettings.PopupBlocker Property
Gets the pop-up blocker settings.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public static Setting PopupBlocker { get; }
public:
property Setting^ PopupBlocker {
static Setting^ get();
}
static member PopupBlocker : Setting with get
Public Shared ReadOnly Property PopupBlocker As Setting
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting
The pop-up blocker settings.
See Also
IESettings Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top