iOSApp.SetSliderValue Method

Definition

Overloads

SetSliderValue(Func<AppQuery,AppQuery>, Double)

Sets the value of a slider element that matches query.

SetSliderValue(String, Double)

Sets the value of a slider element that matches marked.

SetSliderValue(Func<AppQuery,AppQuery>, Double)

Sets the value of a slider element that matches query.

public void SetSliderValue (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query, double value);
abstract member SetSliderValue : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * double -> unit
override this.SetSliderValue : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * double -> unit
Public Sub SetSliderValue (query As Func(Of AppQuery, AppQuery), value As Double)

Parameters

query
Func<AppQuery,AppQuery>

Entry point for the fluent API to specify the element.

value
Double

The value to set the slider to.

Implements

Applies to

SetSliderValue(String, Double)

Sets the value of a slider element that matches marked.

public void SetSliderValue (string marked, double value);
abstract member SetSliderValue : string * double -> unit
override this.SetSliderValue : string * double -> unit
Public Sub SetSliderValue (marked As String, value As Double)

Parameters

marked
String

Marked selector of the slider element to update.

value
Double

The value to set the slider to.

Implements

Applies to