AppQuery.XPath(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Correspond aux éléments des affichages web correspondant au sélecteur XPath donné. Doit être utilisé sur les éléments d’affichage web. S’il est utilisé seul, est défini par défaut android.webkit.WebView
sur pour Android et UIWebView
pour iOS.
public Xamarin.UITest.Queries.AppWebQuery XPath (string xPathSelector);
member this.XPath : string -> Xamarin.UITest.Queries.AppWebQuery
Public Function XPath (xPathSelector As String) As AppWebQuery
Paramètres
- xPathSelector
- String
Sélecteur css à mettre en correspondance.