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)

Syntax

public static void ThrowIfBrowserVersionNotSupported()
public:
static void ThrowIfBrowserVersionNotSupported()
static member ThrowIfBrowserVersionNotSupported : unit -> unit
Public Shared Sub ThrowIfBrowserVersionNotSupported

Exceptions

Exception Condition
T: HYPERLINK "https://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.

See Also

IESettings Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top