AppWebQuery(IEnumerable<IQueryToken>, QueryPlatform, Object[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initial constructor for web element queries. Should not be called directly, but used as part of the fluent API in the app classes.
public AppWebQuery (System.Collections.Generic.IEnumerable<Xamarin.UITest.Queries.Tokens.IQueryToken> initialTokens, Xamarin.UITest.Queries.QueryPlatform queryPlatform, params object[] tokens);
new Xamarin.UITest.Queries.AppWebQuery : seq<Xamarin.UITest.Queries.Tokens.IQueryToken> * Xamarin.UITest.Queries.QueryPlatform * obj[] -> Xamarin.UITest.Queries.AppWebQuery
Parameters
- initialTokens
- IEnumerable<IQueryToken>
The tokens of the existing AppQuery.
- queryPlatform
- QueryPlatform
The query target platform.
- tokens
- Object[]
The additional tokens to add.