IESettings.ThrowIfBrowserVersionNotSupported, méthode ()
Vérifie que la version actuellement installée Internet Explorer est prise en charge.Si ce n'est pas le cas, une exception est levée.
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
public static void ThrowIfBrowserVersionNotSupported()
public:
static void ThrowIfBrowserVersionNotSupported()
static member ThrowIfBrowserVersionNotSupported : unit -> unit
Public Shared Sub ThrowIfBrowserVersionNotSupported
Exceptions
Exception | Condition |
---|---|
TechnologyNotSupportedException | Soit la version actuelle d'Internet Explorer n'est pas prise en charge par l'infrastructure de test de l'interface utilisateur ou Internet Explorer n'est pas installé. |
Voir aussi
IESettings, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms
Retour au début