Search code examples
pythonmobileandroidviewclient

How to use AndroidViewClient Culebra to scroll down


I have a Samsung S3 mini running Android 4.1.2 and AndroidViewVersion 10.0. I try to scroll down in the menu Settings. With the right button on Culebra I can select the option UiScrollable and then select "Fling forward", the device is scrolling down well but the generated script has no codes for scrolling down. Do I miss anything ?


Solution

  • I tried the case you mentioned on a Samsung S4 Android 4.4.2 using culebra 10.2.0 and it works as expected. In Settings, select UiScrollable -> Fling to end and the following line is generated

    android___id_list.uiScrollable.flingToEnd()
    

    and the list flings till the end.