microsoft / WinAppDriver

Windows Application Driver
MIT License
3.54k stars 1.39k forks source link

scroll down issue for listview items #1978

Open jimmygeorgepalatty opened 3 months ago

jimmygeorgepalatty commented 3 months ago

Driver command found the element from listview using name locator and performed click operation.but in ui the click not happened. the element is presenting on 26th position of listview so the element not coming in focus. I used ele.pagedown but it not worked. Is it anyway to scroll down in listviewitem to get the focus

liljohnak commented 3 months ago

Here is how i do it. https://github.com/microsoft/WinAppDriver/issues/1201#issuecomment-653276777

jimmygeorgepalatty commented 3 months ago

Let me try this