Hello virgil,
First you need to add a new object (no matter where), and during runtime using the method “SetProperty” the test will change its “Text” property’s value into the expected title to find.
Regarding the ScrollWheel issue, basically you can also use the KeyPress method, for example in JavaScript:
Application(“Application”).KeyPress(34);//34 = The keyboard key “Page Down”
Then you can check and verify in each of the page’s scrolled sections if the object you’ve specified exists.
Hope this help.
Thanks,
ZAPTEST Team