Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,364 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Method1 : app.EnterText("AutomationID", "text");
Method2 : app.Query(x => x.Marked(AutomationID).Invoke("setText", "text"));
Both the methods are not working for entering text in Android app textfield layout. Device Model: Note 10, OS version: Android 10. Xamarin.UITest version: 3.0.11 & 3.0.13
Is there any other way to implement it?