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
Post a Comment