while doing Table Extraction on a Java Application it is giving the error as “This element Type is not eligible for Table extraction”. While all other UI activities are working on the same application.
Anybody suggest how to overcome this issue.
while doing Table Extraction on a Java Application it is giving the error as “This element Type is not eligible for Table extraction”. While all other UI activities are working on the same application.
Anybody suggest how to overcome this issue.
Hi @tharun.banuka ,
Could you maybe try indicating row cells in the table if tried with only Column Cells and if that is able to detect the table ?
Also, an alternate method would be to use Find Children
activity.
We might not support that specific Java table. @tharun.banuka can u pls share a screenshot here? Thanks, Gheorghe
As a workaround, you might check below for your reference
Hope this may help you
Thanks,
Srini
My suggestion is to use the Computer Vision table extraction capability, I’m pretty sure it works fine in your use case.
Hi @tharun.banuka, as @gheorghestan suggested, using Computer Vision should solve your specific issue: add a CV Screen Scope with a CV Extract Table activity. We’re working on merging CV Extract Table in the Table Extract activity as well for 23.10, so you won’t need to switch to CV “manually” - you will be able to just use it in your Use Application/Browser scope.
Let us know if CV does the trick.