Best way to handle Android spinner

@leppo

I did below in my script to handle similar situation in case of iOS

  1. Explicit wait of 1 sec for this element to check the presence
  2. Run this in while loop with sleep timer 1 sec for 30 times
  3. Once element is no more visible, you can click on underlying elements

Also use latest appium server and java client version. The one you’re using are really old.

1 Like