xiaofans / robotium

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

How to select or Click the image button on the footer menu of the application . #444

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Currently I'm using Robotium solo-4.1.jar and the emulator version is 2.3.3 
(API 10) . I want to select image button on the footer (Not the menu options) . 
In My case i could able to select with particular index number as the page is 
having lot of image buttons ,so i couldn't able to select particular image 
button

For example ...please check the phone call option and i want to choose Call 
option (Green color phone symbol ) from the footer. How i will do it .

What steps will reproduce the problem?
1.Choose Phone Call option in the emulator 
2.It will lunch with all the number to dial and also it will show footer 
options ( like Back ,call etc..) .

3.As those are image buttons , how to select those from the footer .

What is the expected output? What do you see instead?
I would like to know ,how to select image buttons on the footer when the page 
contains more images buttons.

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

Solo-4.1.jar and Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by k.trimur...@gmail.com on 2 May 2013 at 6:42

Attachments:

GoogleCodeExporter commented 9 years ago
You can use a tool like hierarchyviewer to see the tree of views. As for the 
phone app its not something I have tested my self so can't help you on that. 

Original comment by renasr...@gmail.com on 2 May 2013 at 6:09