dtmilano / AndroidViewClient

Android ViewServer and ADB client
Apache License 2.0
1.61k stars 344 forks source link

Starting Fragment #122

Closed ghost closed 7 years ago

ghost commented 9 years ago

Would it be possible to start activity with fragment? What I'm trying to achieve is open settings activity's sub tab 'About phone' without scrolling to the bottom. Is there any way to bypass this?

dtmilano commented 9 years ago

AndroidViewClient interact on the UI, mostly, as a virtual user, then you can do with it whatever you can do on acting on the UI. If you have to scroll to reach to the entry it's very useful to generate the script using culebra -uUG and then pressing CTRL+D and marking the 2 dragging points.

On Thu, Dec 25, 2014 at 5:13 PM, edgyj notifications@github.com wrote:

Would it be possible to start activity with fragment? What I'm trying to achieve is open settings activity's sub tab 'About phone' without scrolling to the bottom. Is there any way to bypass this?

— Reply to this email directly or view it on GitHub https://github.com/dtmilano/AndroidViewClient/issues/122.

Have you read my blog ? http://dtmilano.blogspot.com android junit tests ui linux cult thin clients

ghost commented 9 years ago

Thank you dtmilano, you did an amazing job on this tool. Love your work!