Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

find(), tapText() #3

Open
rf opened this issue May 20, 2012 · 2 comments
Open

find(), tapText() #3

rf opened this issue May 20, 2012 · 2 comments

Comments

@rf
Copy link
Owner

rf commented May 20, 2012

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
Copy link
Owner Author

rf commented May 20, 2012

tapText() impl completed for android

@rf
Copy link
Owner Author

rf commented May 20, 2012

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant