AppWebQuery Class

Definition

Fluent query API for specifying view elements predicates for web elements.

public class AppWebQuery : Xamarin.UITest.Queries.ITokenContainer, Xamarin.UITest.Utils.IFluentInterface
type AppWebQuery = class
    interface ITokenContainer
    interface IFluentInterface
Public Class AppWebQuery
Implements IFluentInterface, ITokenContainer
Inheritance
AppWebQuery
Implements

Constructors

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

Initial constructor for web element queries. Should not be called directly, but used as part of the fluent API in the app classes.

Methods

Index(Int32)

Matches the nth element of the currently matched elements.

ToString()

Converts the string into it's Calabash query equivalent.

Explicit Interface Implementations

IFluentInterface.GetType()
ITokenContainer.Tokens

The tokens of the current query.

Applies to