-2

As shown below, I want to check if there is a UIAStaticText for each of the UIACollectionCell. Is there anyway to find it? Thanksenter image description here

shayyy7
  • 93
  • 7
  • You can check my implementation here [https://stackoverflow.com/a/61430077/9389274]. Hope it can be helpful for you and you can answer to some questions. – Mikhail Barinov Aug 18 '21 at 07:37

1 Answers1

0

You can use methods below where element is your cell element.

element.findElements(By.className("UIAStaticText"));
element.findElement(By.ByClassName"UIAStaticText");
Naman
  • 27,789
  • 26
  • 218
  • 353
Degard
  • 192
  • 1
  • 7