On the iPod Touch that I am testing on, I am on this screen where I need to scroll to the bottom of the screen to tap on something. The problem is that Ranorex will record the buttons but not the scroll action, which means when it runs it never is able to find that element (since it won't scroll down all the way during runtime).
How can I make the screen scroll down during recording/runtime to be able to find that item and touch it ?
(In this example screenshot the LogOutPlus button is on the Settings screen but it is at the bottom of the screen)
not able to scroll to bottom of screen
-
- Posts: 49
- Joined: Tue Feb 03, 2015 1:32 am
not able to scroll to bottom of screen
You do not have the required permissions to view the files attached to this post.
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 3:30 pm
- Location: Graz, Austria
Re: not able to scroll to bottom of screen
Hello Styris,
Maybe you can also find help here: http://www.ranorex.com/forum/ios-testin ... t6461.html
Regards,
Robert
It depends on how Ranorex recognizes the container element of the button. Please create a Ranorex snapshot of your application under test, this would help us in analyzing your issue.How can I make the screen scroll down during recording/runtime to be able to find that item and touch it ?
Maybe you can also find help here: http://www.ranorex.com/forum/ios-testin ... t6461.html
Regards,
Robert
-
- Posts: 49
- Joined: Tue Feb 03, 2015 1:32 am
Re: not able to scroll to bottom of screen
Here is the snapshot. Please let me know what you're able to find out.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 49
- Joined: Tue Feb 03, 2015 1:32 am
Re: not able to scroll to bottom of screen
So I used the Swipe, or the ContentOfssetY actions to scroll to the bottom of the table. But now the problem is that the test would time out while searching for the button (in this case the Logout one).\
I am not sure why it cannot find it ?
I am not sure why it cannot find it ?
- odklizec
- Ranorex Guru
- Posts: 6360
- Joined: Mon Aug 13, 2012 8:54 am
- Location: Zilina, Slovakia
Re: not able to scroll to bottom of screen
Hi,
Are you sure you posted correct snapshot? The one you posted displays just one screen, asking for email, one "Start" button and "Help" button.
Are you sure you posted correct snapshot? The one you posted displays just one screen, asking for email, one "Start" button and "Help" button.
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
-
- Posts: 49
- Joined: Tue Feb 03, 2015 1:32 am
Re: not able to scroll to bottom of screen
Sorry, here you go.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 49
- Joined: Tue Feb 03, 2015 1:32 am
Re: not able to scroll to bottom of screen
Has there been any status on this since Thursday ?
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 3:30 pm
- Location: Graz, Austria
Re: not able to scroll to bottom of screen
Hello Styris,
Thank you for uploading the snapshot.
You could create an invoke action “Scroll Table” in order to navigate to the “Log Out” element. Therefore, simply drag&drop the table “UITableView” to the Recording’s action table and choose “ScrollTable":
Afterwards, enter the correct section and row as a parameter.
Hope this helps.
Regards,
Robert
Thank you for uploading the snapshot.
You could create an invoke action “Scroll Table” in order to navigate to the “Log Out” element. Therefore, simply drag&drop the table “UITableView” to the Recording’s action table and choose “ScrollTable":
Afterwards, enter the correct section and row as a parameter.
Hope this helps.
Regards,
Robert
You do not have the required permissions to view the files attached to this post.