Hello marco.malziotti ,
Basically I’ve found 2 mistakes in your test:
1. In line #3 you use the ScrollTo method to scroll to an object before the test launches the actual AUT (Application Under Test).
2. In line #14 you are using the ScrollTo method while the actual syntax you’ve typed is more similar to the SwipeTo method:
If you actually decided to use the SwipeTo method you need also to add the last 2 method’s attributes (Speed of swiping and the delay before swiping).
Also the URL you’ve added in your post refers to the SwipeTo method and not to the ScrollTo method.
Hope this helps.
Thanks,
ZAPTEST Team