0

I have been trying to use:

ClearText(c => c.Class("MyCell").Index(0));

The output says:

 "Clearing text in element
  Using element matching Class("MyCell").Index(0)."

But the text stays put

ArbiterUnknown
  • 113
  • 2
  • 13

1 Answers1

0

I needed to target the "UITextField" rather than "MyCell"

ArbiterUnknown
  • 113
  • 2
  • 13