IAppTypedSelector Interface

Definition

Helper interface for exposing property from the fluent query API without cluttering the fluent API itself (when using explicit interface implementation).

public interface IAppTypedSelector : Xamarin.UITest.Queries.ITokenContainer
type IAppTypedSelector = interface
    interface ITokenContainer
Public Interface IAppTypedSelector
Implements ITokenContainer
Derived
Implements

Properties

AppQuery

The app query.

ExplicitlyRequestedValue

The value of the query was explicitly requested.

QueryParams

The query parameters.

Tokens

The tokens of the current query.

(Inherited from ITokenContainer)

Applies to