Scroll down vertical bar in a window
Hi,
I am automating a window application and I have one window that has vertical scroll bars in it. I need to scroll the vertical bar to the bottom. Is there any option to do it . MoveandResize did not work. I have a workaround to fix this (used sendkeys {DOWN 30}) to scroll down the page. But would like to know if there is a better and correct way to scroll down the vertical/horizontal bars on a window.
Appreciate your time !
***Updated by moderator: Lochan to add Categories***