Scroll Down the scroll bar
HI ,
Please let me know how to use the scroll down function.
I want to scroll down the scroll bar of my application in SUT.
I dont want to capture image of scroll bar button, i want to use any function like ScrollWheelDown 5. But unfortunately its not working for me.
Can anyone please help me out on this
PFA screenshot for reference.
Please let me know how to use the scroll down function.
I want to scroll down the scroll bar of my application in SUT.
I dont want to capture image of scroll bar button, i want to use any function like ScrollWheelDown 5. But unfortunately its not working for me.
Can anyone please help me out on this

PFA screenshot for reference.
Comments
Thanks for your reply , I tried by placing the mouse cursor before running the ScrollWheelDown function , by
Click (Text :"Name",TextFont:"LucidaGrande", TextSize:"11",Bold :"YES",TextColor:(0,0,0),TextBackgroundColor:(232,232,232),hotspot:(-10,0))
ScrollWheelDown 10
still the scrolling effect not happening, Can you please help me out to achieve this.
Thanks In Advance