共用方式為


AppWebQuery 類別

定義

Fluent 查詢 API,用於指定 Web 元素的檢視專案述詞。

public class AppWebQuery : Xamarin.UITest.Queries.ITokenContainer, Xamarin.UITest.Utils.IFluentInterface
type AppWebQuery = class
    interface ITokenContainer
    interface IFluentInterface
Public Class AppWebQuery
Implements IFluentInterface, ITokenContainer
繼承
AppWebQuery
實作

建構函式

AppWebQuery(IEnumerable<IQueryToken>, QueryPlatform, Object[])

Web 元素查詢的初始建構函式。 不應該直接呼叫,而是在應用程式類別中作為 Fluent API 的一部分使用。

方法

Index(Int32)

比對目前相符專案的第 n 個專案。

ToString()

將字串轉換成其對等的一個「訊息」查詢。

明確介面實作

IFluentInterface.GetType()

Fluent 查詢 API,用於指定 Web 元素的檢視專案述詞。

ITokenContainer.Tokens

目前查詢的標記。

適用於