jjzjj

MonthValue

全部标签

c# - 如何获取特定元素的文本 - Xamarin UI 测试

我有:[TextView]id:"MonthValue"text:"11"我想将文本作为idMonthValue的字符串获取 最佳答案 只需使用查询的Text属性:app.Query(c=>c.Id("MonthValue").Text引用:https://developer.xamarin.com/api/property/Xamarin.UITest.Queries.AppResult.Text/ 关于c#-如何获取特定元素的文本-XamarinUI测试,我们在StackOverfl