Método IESettings.ThrowIfBrowserVersionNotSupported

Verifica se a versão atualmente instalada do Internet Explorer é suportado. Se não, uma exceção é lançada.

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

Sintaxe

'Declaração
Public Shared Sub ThrowIfBrowserVersionNotSupported
public static void ThrowIfBrowserVersionNotSupported()
public:
static void ThrowIfBrowserVersionNotSupported()
static member ThrowIfBrowserVersionNotSupported : unit -> unit 
public static function ThrowIfBrowserVersionNotSupported()

Exceções

Exceção Condição
TechnologyNotSupportedException

A versão atual do Internet Explorer não é suportado pela estrutura de teste de interface do usuário ou Internet Explorer não está instalado.

Segurança do .NET Framework

Consulte também

Referência

IESettings Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common