xamarin.ios - How do you clear text from a table cell on iOS with xamarin.UITest? -


i have been trying use:

cleartext(c => c.class("mycell").index(0)); 

the output says:

 "clearing text in element   using element matching class("mycell").index(0)." 

but text stays put

i needed target "uitextfield" rather "mycell"


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -