AppTypedSelector<T> Class

Definition

Fluent query API for specifying the type in property and invoke result.

public class AppTypedSelector<T> : Xamarin.UITest.Queries.IAppTypedSelector, Xamarin.UITest.Utils.IFluentInterface
type AppTypedSelector<'T> = class
    interface IFluentInterface
    interface ITokenContainer
    interface IAppTypedSelector
Public Class AppTypedSelector(Of T)
Implements IAppTypedSelector, IFluentInterface

Type Parameters

T

type

Inheritance
AppTypedSelector<T>
Implements

Constructors

AppTypedSelector<T>(AppQuery, Object[], Boolean)

Constructor for selectors. Should not be called directly, but used as part of the fluent API in the Property class and for Invoke.

Methods

Invoke(String)

Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.

Invoke(String, Object)

Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.

Invoke(String, Object, Object)

Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.

Invoke(String, Object, Object, Object)

Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.

Invoke(String, Object, Object, Object, Object)

Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.

Invoke(String, Object, Object, Object, Object, Object)

Invokes a method on the view elements matched by the query. Can be chained to invoke methods on the results.

ToString()

Converts the string into it's Calabash query equivalent.

Value<TResult>()

Extracts the result of the query as a given type.

Explicit Interface Implementations

IAppTypedSelector.AppQuery
IAppTypedSelector.ExplicitlyRequestedValue

The value of the query was explicitly requested.

IAppTypedSelector.QueryParams
IFluentInterface.GetType()
ITokenContainer.Tokens

The tokens of the current query.

Applies to