RobotiumTech / robotium

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

Support needed for waiting for child fragments #841

Open dmscheck opened 8 years ago

dmscheck commented 8 years ago

There is no way currently to wait for a child fragments to be visible using any of the waitForFragment* methods. New methods would be needed that utilized getChildFragmentManager at the lower level.

renas commented 8 years ago

Thanks for the feature request.