AndroidApp.PressUserAction(Nullable<UserAction>) Method
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.
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.