AndroidApp.PressUserAction(Nullable<UserAction>) Method

Definition

Presses the user action in the app.

public void PressUserAction (Nullable<Xamarin.UITest.Android.UserAction> action = null);
member this.PressUserAction : Nullable<Xamarin.UITest.Android.UserAction> -> unit
Public Sub PressUserAction (Optional action As Nullable(Of UserAction) = null)

Parameters

action
Nullable<UserAction>

Use Action action, if null then the default action for the focused element is used.

Applies to