Hello guys,
I have a list of almost 300 elements on the webpage. What I need to do is to scroll down(using Send-Hotkey activity[down]) until I come to 105th element.
I thought of using Do-While activity: with Send-Hotkey activity in Body, but can’t figure out what should I put in Condition. Tbh I don’t know how to implement logic to achieve my task.
How would you solve that?
Thanks in advance.