Hello Marco. Thanks for using ZAPTEST.
To perform this action you may create some virtual object, let’s call it “Language”. Prior to perform scrolling you need to set the property “Text” of this object to the value from datatable (or you can hard-code it)
[i]
Application(“Application”).View(“View”).Object(“Language”).SetProperty “Text”, DatatableValue(“A”)[/i]
And in the next step apply “ScrollTo” method to this object
Application(“Application”).View(“View”).Object(“Language”).ScrollTo
Thus ZAPTEST will scroll the list until it find the object with text you need (if it’s exists, otherwise the step will report failure).
Hope that helps.
Thanks.
Kirill,
ZAPTEST Team.