Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() ![]() |
AutoCompleteForm | Gets the auto complete setting for forms. |
![]() ![]() |
AutoCompletePassword | Gets the auto complete value for passwords. |
![]() ![]() |
DefaultBrowser | Gets the default browser setting. |
![]() ![]() |
EnhancedSecurityConfiguration | Gets the enhanced security configuration settings. |
![]() ![]() |
InformationBar | Gets the information bar setting. |
![]() ![]() |
InternetZoneSecurity | Gets the Internet zone security settings. |
![]() ![]() |
IntranetZoneSecurity | Gets the intranet zone security settings. |
![]() ![]() |
PhishingFilter | Gets the phishing filter settings. |
![]() ![]() |
PopupBlocker | Gets the pop-up blocker settings. |
![]() ![]() |
RestrictedZoneSecurity | Gets the restricted zone security settings. |
![]() ![]() |
TabbedBrowsing | Gets the tabbed browsing settings. |
![]() ![]() |
TrustedZoneSecurity | Gets the trusted zone security settings. |
![]() ![]() |
Version | Gets the version of the installed Internet Explorer. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
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.