Hi.
I’m totally new to UiPath.
I’m working on automation of our system by using UiPath.
Here’s my current problem that I can not click elements which don’t appear on the screen.
I tried to use send hotkey(page down) to go down and click the element but it’s hard to figure out how many times to push page down key because the place of element changes sometimes.
I want to make going down the page until finding a element which don’t appear on the screen and finally click a checkbox next to the element.
I already made a work flow just like down below but it’s speed is not fast enough.
- while (goes down until find text element)
1-1.text exists (find if the element appears on the screen)
1-2.if (if there is the element on the screen, do click checkbox next to the element. otherwise goes down untill find the element)
Plz help me to make it right!! Thanks in advance!