Share via


AppQuery.Frame(String) 方法

定義

符合 Frame/IFrame,允許後續 Css 查詢在該框架內執行。 必須在 Web 檢視元素上使用。 如果單獨使用,則會預設 android.webkit.WebView 為 Android 和 UIWebView iOS。

public Xamarin.UITest.Queries.AppQuery Frame (string cssSelector);
member this.Frame : string -> Xamarin.UITest.Queries.AppQuery
Public Function Frame (cssSelector As String) As AppQuery

參數

cssSelector
String

要比對的 css 選取器。 應該參考 html Frame/IFrame

傳回

AppQuery

適用於