Solved
Forum Discussion
jsrockx
9 years agoOccasional Contributor
The solution was the area was away from for the window we want to swipe, that's why swipe method was not working to scroll up the screen.
AlexKaras
Champion Level 1
9 years agoHi,
Thank you for the update on the case.
- anhvu8 years agoFrequent Contributor
Hello,
I am starting to develop scripts for my iOS app.
and I try the swipe method but it didn't work.
Mobile["Device"]("Test’s iPhone")["Swipe"](500, 1700, 5000,1000)
Does TestComplete support this function for iOS?
- anhvu8 years agoFrequent Contributor
Never mind. I used ScrollToItem() method as mentioned above and it worked as my expected.