How to scroll down the desktop application

I want to scroll down the desktop application to check the element exist on the desktop. send hot key is not working. so is there any other option?

@sneha_arbole

Do you have scroll bar enable for that desktop application?

If so you can send hotkey by trying pagedn / down buttons

If those are not working then scrape the down bar and use click activity
Use while loop and make your condition as element appear, but this may go endless loop if element is not appeared, alternatively you have to choose the counter along that so that either condition will work

Also you can try if there is any button appears then you can use Set Focus activity also

Hope this may help you

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.