BrowserWindow.Locate, méthode
Recherche une fenêtre de navigateur Web à l'aide du titre de la fenêtre et retourne un objet de fenêtre de navigateur correspondant.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Shared Function Locate ( _
title As String _
) As BrowserWindow
public static BrowserWindow Locate(
string title
)
public:
static BrowserWindow^ Locate(
String^ title
)
static member Locate :
title:string -> BrowserWindow
public static function Locate(
title : String
) : BrowserWindow
Paramètres
- title
Type : System.String
Titre de la fenêtre de navigateur Web à rechercher.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
Objet de fenêtre de navigateur Web.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.