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.
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 | |
---|---|---|
![]() ![]() |
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. |
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Check64BitBrowserVersionSupport() | Check for IE64 browser version support. |
![]() ![]() |
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