Computer Vision: search srollable List

Hello guys,
i try to automate a process, where i have to find a certain String in a scrollable List with 500 elements.
Looks something like this:


The list runs in a Citrix Environment with no acess to the Server, so i have to use Computer Vision. Is there some smart way to do this without having to scroll the List bit by bit? Because it will take longer than a human user to do it if I do it like that.

@nikh93

  1. If CV then this the way…
  2. You cannot install remote runtime? if so then you have to go with this
  3. Try cv extract table if that works …then you can work with datatable

cheers

No unfortunately i cant install remote runtime, because the Provider of the Application is a big Card Payment Company, processing millions of dollars every second. So they wont let me install anything on their server.

But theres one more thing that might be helpfull:
i know that the line containing the String will be a red one next to a purple one. This is a rare occurance in the List. So the lines have different colors. Maybe it may speed up the process if i check for color somehow?

No unfortunately i cant install remote runtime, because the Provider of the Application is a big Card Payment Company, processing millions of dollars every second. So they wont let me install anything on their server.

But theres one more thing that might be helpfull:
i know that the line containing the String will be a red one next to a purple one. This is a rare occurance in the List. So the lines have different colors. Maybe it may speed up the process if i check for color somehow?

@nikh93

CV activities cannot work on color…they work only text or the coordinates

rather try with extract table atleast can extract whole page at once and get the data to check

cheers