stephenwang1011 / robotium

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

onStartTrackingTouch is not called #286

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I opened an activity with seekbar
2. setProgressBar(mySeekBar, 4);
3.

What is the expected output? What do you see instead?
> I expect that Seekbar.onStartTrackingTouch is called. In fact, it's not.

What version of the product are you using? On what operating system?
> Robotium 3.3 on Linux

Please provide any additional information below.
> The progress bar value is changed and I can see the gesture. But sadly, 
onStartTrackingTouch is not called.

Original issue reported on code.google.com by ich...@gmail.com on 24 Jun 2012 at 6:48

GoogleCodeExporter commented 9 years ago
Use solo.clickOnImageButton() instead. 

Original comment by renasr...@gmail.com on 25 Jun 2012 at 6:52