IESettings Class

Represents configuration settings for Internet Explorer.

Inheritance Hierarchy

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

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

Syntax

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

The IESettings type exposes the following members.

Properties

  Name Description
Public propertyStatic member AutoCompleteForm Gets the auto complete setting for forms.
Public propertyStatic member AutoCompletePassword Gets the auto complete value for passwords.
Public propertyStatic member DefaultBrowser Gets the default browser setting.
Public propertyStatic member EnhancedSecurityConfiguration Gets the enhanced security configuration settings.
Public propertyStatic member InformationBar Gets the information bar setting.
Public propertyStatic member InternetZoneSecurity Gets the Internet zone security settings.
Public propertyStatic member IntranetZoneSecurity Gets the intranet zone security settings.
Public propertyStatic member PhishingFilter Gets the phishing filter settings.
Public propertyStatic member PopupBlocker Gets the pop-up blocker settings.
Public propertyStatic member RestrictedZoneSecurity Gets the restricted zone security settings.
Public propertyStatic member TabbedBrowsing Gets the tabbed browsing settings.
Public propertyStatic member TrustedZoneSecurity Gets the trusted zone security settings.
Public propertyStatic member Version Gets the version of the installed Internet Explorer.

Top

Methods

  Name Description
Public methodStatic member ThrowIfBrowserVersionNotSupported Verifies that the currently installed version of Internet Explorer is supported. If not, an exception is thrown.

Top

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

Reference

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Setting