Swipe up is not working but swipe down is working in iOS Application
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Swipe up is not working but swipe down is working in iOS Application
Hi All,
I am working on iOS application , i do use on screen function wPropertyY to set the screen on y axis, but on another screen this function is not available, so i used the Swipe (start x, start y, end x, end y ) function. This is the Function that is not doing anything but it is passing on the Testlog. to see the values please see this function. by the logic it should scroll down the screen.
Mobile Screen
This function works successfully but for the swipe down the screen. Please see the values in the image
Note: if it is working and swiping the screen for swiping up it should also work
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We would like to investigate this behavior. Please create a support case and send us your non-instrumented .ipa file. We will try to reproduce the issue on our side. Thanks!
Yuriy Peshekhonov
Customer Care Engineer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for the update on the case.
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Never mind. I used ScrollToItem() method as mentioned above and it worked as my expected.
