AppQuery.Frame(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
符合 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