austgl / robotium

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

Not able to click on an item in scroll view #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start the app
2.go to a page having items in form of scroll view

What is the expected output? What do you see instead?
It should click on particular item mentioned in my code

but the page is scrolled down by itself ( I am not using scroll down function) 
and hangs there

What version of the product are you using? On what operating system?
Android 2.3.3 on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by kgaurav1...@gmail.com on 10 May 2011 at 11:43

GoogleCodeExporter commented 9 years ago
Do you only have problem with clicking that particular item or is it all items?

Original comment by renasr...@gmail.com on 10 May 2011 at 12:10

GoogleCodeExporter commented 9 years ago
Thanks for replying.No I am not able to click on any of the items.It just 
scrolls down and hangs

Original comment by kgaurav1...@gmail.com on 10 May 2011 at 12:22

GoogleCodeExporter commented 9 years ago
Please see: "Why do text and button clicks get wrong?"

http://code.google.com/p/robotium/wiki/QuestionsAndAnswers

Original comment by renasr...@gmail.com on 10 May 2011 at 12:24

GoogleCodeExporter commented 9 years ago
This does not solve my problem

Original comment by kgaurav1...@gmail.com on 10 May 2011 at 12:30

GoogleCodeExporter commented 9 years ago
Have you added the tags in the application under test?

Original comment by renasr...@gmail.com on 10 May 2011 at 12:32

GoogleCodeExporter commented 9 years ago
Yes I have added

Original comment by kgaurav1...@gmail.com on 10 May 2011 at 12:33

GoogleCodeExporter commented 9 years ago
And re-installed the application and all of that? 

Original comment by renasr...@gmail.com on 10 May 2011 at 12:35

GoogleCodeExporter commented 9 years ago
Yes I re installed the app

Original comment by kgaurav1...@gmail.com on 10 May 2011 at 12:42

GoogleCodeExporter commented 9 years ago
Do you get any error messages when trying to click the items?

Original comment by renasr...@gmail.com on 10 May 2011 at 12:43

GoogleCodeExporter commented 9 years ago
No It just hangs over there. Does robotium support clicking on any item on 
scroll view?

Original comment by kgaurav1...@gmail.com on 10 May 2011 at 12:45

GoogleCodeExporter commented 9 years ago
Yes, it is one of the most common Android views and Robotium supports it. 
Something is wrong with your application as ScrollViews is something that most 
Robotium users are using and nobody has reported the issue that you have.

Original comment by renasr...@gmail.com on 10 May 2011 at 12:50