xiaofans / robotium

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

Enhancement : Selecting Spinner item by text? #455

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Selecting the exact spinner item is painful if the list is long.

It would be wonderful to have a method select the spinner item by the text 
instead of the index.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by abhij...@dhingana.com on 15 May 2013 at 10:40

GoogleCodeExporter commented 9 years ago
YOu can use clickOnText() with spinners as well. 

Original comment by renasr...@gmail.com on 15 May 2013 at 11:45

GoogleCodeExporter commented 9 years ago
This helps. Thanks Renas. 

Original comment by abhij...@dhingana.com on 15 May 2013 at 12:00