Share via


AppQuery.Raw Method

Definition

Overloads

Raw(String, Object, Object, Object, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

Raw(String, Object, Object, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

Raw(String, Object, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

Raw(String, Object, Object, Object, Object, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

Raw(String, Object)

A raw Calabash selector. Allows for string based Calabash queries.

Raw(String)

A raw Calabash selector. Allows for string based Calabash queries.

Raw(String, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

Raw(String, Object, Object, Object, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2, object arg3, object arg4, object arg5);
member this.Raw : string * obj * obj * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object) As AppTypedSelector(Of String)

Parameters

calabashQuery
String

The Calabash query to match.

arg1
Object

A raw argument to pass to the Calabash query.

arg2
Object

A raw argument to pass to the Calabash query.

arg3
Object

A raw argument to pass to the Calabash query.

arg4
Object

A raw argument to pass to the Calabash query.

arg5
Object

A raw argument to pass to the Calabash query.

Returns

Applies to

Raw(String, Object, Object, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2, object arg3, object arg4);
member this.Raw : string * obj * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object) As AppTypedSelector(Of String)

Parameters

calabashQuery
String

The Calabash query to match.

arg1
Object

A raw argument to pass to the Calabash query.

arg2
Object

A raw argument to pass to the Calabash query.

arg3
Object

A raw argument to pass to the Calabash query.

arg4
Object

A raw argument to pass to the Calabash query.

Returns

Applies to

Raw(String, Object, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2, object arg3);
member this.Raw : string * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object, arg3 As Object) As AppTypedSelector(Of String)

Parameters

calabashQuery
String

The Calabash query to match.

arg1
Object

A raw argument to pass to the Calabash query.

arg2
Object

A raw argument to pass to the Calabash query.

arg3
Object

A raw argument to pass to the Calabash query.

Returns

Applies to

Raw(String, Object, Object, Object, Object, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6);
member this.Raw : string * obj * obj * obj * obj * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object) As AppTypedSelector(Of String)

Parameters

calabashQuery
String

The Calabash query to match.

arg1
Object

A raw argument to pass to the Calabash query.

arg2
Object

A raw argument to pass to the Calabash query.

arg3
Object

A raw argument to pass to the Calabash query.

arg4
Object

A raw argument to pass to the Calabash query.

arg5
Object

A raw argument to pass to the Calabash query.

arg6
Object

A raw argument to pass to the Calabash query.

Returns

Applies to

Raw(String, Object)

A raw Calabash selector. Allows for string based Calabash queries.

public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1);
member this.Raw : string * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object) As AppTypedSelector(Of String)

Parameters

calabashQuery
String

The Calabash query to match.

arg1
Object

A raw argument to pass to the Calabash query.

Returns

Applies to

Raw(String)

A raw Calabash selector. Allows for string based Calabash queries.

public Xamarin.UITest.Queries.AppQuery Raw (string calabashQuery);
member this.Raw : string -> Xamarin.UITest.Queries.AppQuery
Public Function Raw (calabashQuery As String) As AppQuery

Parameters

calabashQuery
String

The Calabash query to match.

Returns

Applies to

Raw(String, Object, Object)

A raw Calabash selector. Allows for string based Calabash queries.

public Xamarin.UITest.Queries.AppTypedSelector<string> Raw (string calabashQuery, object arg1, object arg2);
member this.Raw : string * obj * obj -> Xamarin.UITest.Queries.AppTypedSelector<string>
Public Function Raw (calabashQuery As String, arg1 As Object, arg2 As Object) As AppTypedSelector(Of String)

Parameters

calabashQuery
String

The Calabash query to match.

arg1
Object

A raw argument to pass to the Calabash query.

arg2
Object

A raw argument to pass to the Calabash query.

Returns

Applies to