Objective is to search full name in table (having cursor). I’ve tried CV extract table activity but able to find elements (100 names) in first frame only - not full list.
This could create an exception instead of searching name in whole table. Any thoughts to fix this?
Hi,
Since 21.12 the Extract Table activity supports scrolling, you just need to set it to True (and set logging to False in production). The 22.2 release which is to be released now is significantly better at detecting high resolution tables, if you run into any issues, please try with the upcoming version
Note: in your image, the columns are very narrow and OCR will not see the full text, just the visible part of it, so it’d be best to expand them before doing the extract/searching etc.
CV activities package >=21.12-preview have the table scrolling functionality. If you don’t see Scroll in the Extract Table’s Properties, check you UiAutomation package version and try upgrading to 21.12.0-preview
The 22.2 activities package + 22.2 model (cloud) will be better than the 21.12, so if you run into any trouble, you should definitely try again after updating; Please check back with us if you still run into any trouble
I have tried as mentioned in screenshot. set Scroll = True but it is still giving output (name starts from A to B only, ideally it should give all records starts till Z).
Do i have to do anything different in CV scope or add all image frames) in CV scope ?
Not sure whether this is happening with this application only
The Scroll activity is using the same events that are triggered by the scroll wheel.
Can you manually scroll through the table using the mouse scroll, or the arrow keys/page down? Or is it only possible clicking on the arrow button?
If in your application you do a mouse scroll is the table scrolled? I ask because the underlying method of scroll table is by doing a mouse scroll.
If the application responds to mouse scroll is it possible to share your workflow with us?
Also - in the “AppData\Local\UiPath\ComputerVisionLogs\TableScroll” folder you should have some runtime logs. Can you share those with us?