Hi all,
I am trying to select number of passengers in the attached screenshot. (CheapFlights app). I have tried ScrollTo, ScrollToExact, SendKeys, etc.Any suggestions how to select some number. The highlighted area is LinearLayout widget.
Thanks,Shan
ScroolTo and ScroolToExact does not seems working on iOS , try scroll () which takes coordinates.
you can use swipe method of driver with co-ordinates of element.