0
我一直在嘗試使用:如何使用xamarin.UITest從iOS表格單元格中清除文本?
ClearText(c => c.Class("MyCell").Index(0));
輸出說:
"Clearing text in element
Using element matching Class("MyCell").Index(0)."
但文字原地踏步
我一直在嘗試使用:如何使用xamarin.UITest從iOS表格單元格中清除文本?
ClearText(c => c.Class("MyCell").Index(0));
輸出說:
"Clearing text in element
Using element matching Class("MyCell").Index(0)."
但文字原地踏步
我需要爲目標的 「的UITextField」 而非 「了myCell」
你可以請你分享你的樹嗎? –
也許你可以試試.Marked(「MyCell」)而不是.class() –