spade icon indicating copy to clipboard operation
spade copied to clipboard

`find()`, `tapText()`

Open rf opened this issue 12 years ago • 2 comments

find(): find titanium views matching string

  • ios impl completed
  • getCurrentViews() from Solo for Android impl

tapText(): tap a view displaying the given text (doesnt have to be a ti view)

  • ios impl completed
  • solo has a clickOnText method, so this is easy on android

rf avatar May 20 '12 17:05 rf

tapText() impl completed for android

rf avatar May 20 '12 17:05 rf

find() may be nontrivial on Android. We have getCurrentViews() from Solo, but there's no way to go from a native view back to the proxy as far as I can tell. So, we might need to somehow find the root TiUIView and then do a similar tree search as we did on iOS.

rf avatar May 20 '12 17:05 rf