xiaofans / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

Please add support for drag percentage to scrollToSide, scrollViewToSide APIs #463

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write a Calabash test for an app that uses a Gallery control.
2. The swipeLeft command moves the Gallery 2 images forward instead of 1.
3.

What is the expected output? What do you see instead?
swipeLeft, swipeRight should move the Gallery 1 picture forward/backward 
instead of 2.

What version of the product are you using? On what operating system?
3.6, Mac + Android

Please provide any additional information below.
I have modified the Robotium 3.6 and Calabash code by adding a dragPercent 
optional parameter. Using a dragPercent of 0.25 correctly moves the Gallery 
forward by 1 picture only.

Original issue reported on code.google.com by gnagne.g...@gmail.com on 23 May 2013 at 1:59

GoogleCodeExporter commented 9 years ago
Thanks for this. It will be included in the next release. 

Original comment by renasr...@gmail.com on 23 May 2013 at 5:41

GoogleCodeExporter commented 9 years ago
This has been implemented in Robotium 4.3. 

Original comment by renasr...@gmail.com on 9 Sep 2013 at 5:17