Suppose there is a only ListView(Table) in the screen and you want to scroll till its last item using MonkeyTalk.
//Define a variable
Vars * Define row
//Store size of list in variable row using Get.
Table * Get row size
//Now stored variable can be used for scrolling
Table * ScrollToRow ${row}
Happy Automation !!
//Define a variable
Vars * Define row
//Store size of list in variable row using Get.
Table * Get row size
//Now stored variable can be used for scrolling
Table * ScrollToRow ${row}
Happy Automation !!