I have managed to install, and successfully run Culebra. I previously used MonkeyRunner to move things around on the device.
TOUCH|{'x':106,'y':1647,'type':'down',}
WAIT|{'seconds':2.0,}
TOUCH|{'x':210,'y':1647,'type':'move',}
...
TOUCH|{'x':210,'y':1647,'type':'up',}
I have been looking to move the script to AndroidViewClient, but can not find anything equivalent. I know about the touch, long touch, and drag. I have seen that adbclient supports DOWN, UP and DOWN_AND_UP, but no MOVE.
Have I missed something? Could someone please show me where I can find some documentation on this.
Thanks, Eugene