WinAppDriver
WinAppDriver copied to clipboard
Need to scroll until a element is displayed
Hi Team,
I need to scroll until a element is displayed . Can you help me here .
WAD supports auto scrolling till 40th element. How long is your list?
@LisaAga you could also try some more creative approaches, like using the page down key press
Which UI framework are you targeting?
WinAppDriver will automatically scroll items into view when clicked and reporting IsOffscreen
is true
.
However, many desktop UI frameworks report that property wrongly or at least unintuitively.
Check that property for items that you want to scroll into view and you should have your answer.
Further, again depending on your UI framework, you can "fix" that behavior which should make the click-scroll work.