How to scroll down a web page until I find particular table lines?

Hi Community,
I would like to know the logic for below use cases.

  1. How to scroll down and be on the Technology table having multiple lines. And consider the lines with Actions column having + icon.
    Note : No. of lines varies on every login.
  2. How to scroll right and get values of three columns from that Technology Table ?

Please refer below screenshot. And help me with the logic.

Thanks in Advance :slight_smile:

Any help would be appreciated.

Hi @Vaishnav_Tej

You can try two three activities for this logic
1.You can try with retry scope activity, in condition scope you can give element exist and in action scope you can pass the send hotkey down and match the element with technology and it will retry it until the element is not found.
2. Second approach you can try with check app element activity and pass the send hotkey scroll

Regards
Naman

Hey @Vaishnav_Tej ,
You can do this using “Mouse Scroll” Activity
First manually you check by scrolling down
Count the number of scrolls till it reach your target
Then use Mouse scroll activity
Then change the “Scroll Type” to "Distance" from “to element”
Then provide the number of scroll in “# of scrolls section”

image

Regards,

Hi ,

I cannot count no. of scrolls because on every login , No. of lines differ.

@Vaishnav_Tej

Mouse scroll activity hs option to scroll till the target element as well…you can use that option to scroll tillt he target is found

Cheers