RobotiumTech / robotium

Android UI Testing
http://www.robotium.org
Apache License 2.0
2.86k stars 786 forks source link

getView(Object tag) issue #769

Closed renas closed 9 years ago

renas commented 9 years ago

From lvchon...@gmail.com on July 01, 2015 03:00:35

What steps will reproduce the problem? 1. Use getView(Object tag) to get view 2.Junit will report the fail that can't find the id

  1. The case is fail What is the expected output? What do you see instead? It should have a parameter to define the tag and id What version of the product are you using? On what operating system? Mac, 5.4.1 Please provide any additional information below. None

Original issue: http://code.google.com/p/robotium/issues/detail?id=690

renas commented 9 years ago

Please use getView(int id) if you have the ID.