IESettings Class

 

Represents configuration settings for Internet Explorer.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITest.Common.IESettings

Syntax

public static class IESettings
public ref class IESettings abstract sealed 
[<AbstractClass>]
[<Sealed>]
type IESettings = class end
Public NotInheritable Class IESettings

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static AutoCompleteForm

Gets the auto complete setting for forms.

System_CAPS_pubpropertySystem_CAPS_static AutoCompletePassword

Gets the auto complete value for passwords.

System_CAPS_pubpropertySystem_CAPS_static DefaultBrowser

Gets the default browser setting.

System_CAPS_pubpropertySystem_CAPS_static EnhancedSecurityConfiguration

Gets the enhanced security configuration settings.

System_CAPS_pubpropertySystem_CAPS_static InformationBar

Gets the information bar setting.

System_CAPS_pubpropertySystem_CAPS_static InternetZoneSecurity

Gets the Internet zone security settings.

System_CAPS_pubpropertySystem_CAPS_static IntranetZoneSecurity

Gets the intranet zone security settings.

System_CAPS_pubpropertySystem_CAPS_static PhishingFilter

Gets the phishing filter settings.

System_CAPS_pubpropertySystem_CAPS_static PopupBlocker

Gets the pop-up blocker settings.

System_CAPS_pubpropertySystem_CAPS_static RestrictedZoneSecurity

Gets the restricted zone security settings.

System_CAPS_pubpropertySystem_CAPS_static TabbedBrowsing

Gets the tabbed browsing settings.

System_CAPS_pubpropertySystem_CAPS_static TrustedZoneSecurity

Gets the trusted zone security settings.

System_CAPS_pubpropertySystem_CAPS_static Version

Gets the version of the installed Internet Explorer.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Check64BitBrowserVersionSupport()

Check for IE64 browser version support.

System_CAPS_pubmethodSystem_CAPS_static ThrowIfBrowserVersionNotSupported()

Verifies that the currently installed version of Internet Explorer is supported. If not, an exception is thrown.

Remarks

Each property of this class returns a Setting object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Setting
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top