ahsing / android-test-kit

Automatically exported from code.google.com/p/android-test-kit
0 stars 0 forks source link

Clicking on Component when developer don't know the ID of the component #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Text in Dialoges
2.Element without ID
3.In Google map how to drag a marker

What is the expected output? What do you see instead?
I need to drag a marker in google map.
I need click on time picker POSITIVE & NEGATIVE button & ampm button also.

What version of the product are you using? On what operating system?
Espresso 1.1 & 2.0
Mac(Mavricks)

Please provide any additional information below.

Original issue reported on code.google.com by vijay.r...@gmail.com on 6 Feb 2015 at 6:50

GoogleCodeExporter commented 9 years ago
There are many ways to target views other than id. You can always write your 
own hamcrest matcher that's specific to the app. Feel free to email 
android-test-kit-discuss to get help from the community.

Original comment by vale...@google.com on 16 Mar 2015 at 7:23