Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IESettings::ThrowIfBrowserVersionNotSupported Method ()

 

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

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

public:
static void ThrowIfBrowserVersionNotSupported()

Exception Condition
T: HYPERLINK "http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.uitest.extension.aspx" Microsoft.VisualStudio.TestTools.UITest.Extension.TechnologyNotSupportedException

Either the current version of Internet Explorer is not supported by the UI test framework or Internet Explorer is not installed.

Return to top
Show: