vidstige / UiMutilator

Testing framework for Android allowing to test interaction between multiple devices
http://vidstige.se
18 stars 8 forks source link

Multi "selection points" of UiSelector. #1

Closed jelgh closed 11 years ago

jelgh commented 11 years ago

Remade the implementation of UiSelector.

*) It is possible to use all methods (except childSelector and fromParent).

*) It is also possible to use multiple "selection-points" in a UiSelector -) Like: new UiSelector().text("something").className("android.widget.TextView");