Problem with image recognition

Hello!
I’m facing issue while trying to find RED labels in java application’s table.
Table’s cells are not recognizable by selectors. Only whole page is selectable (this is java app).
I want to recognize cells which are colored with red.
But when I’m trying to do Image Region Selection, it’s finding multiple duplicates, even if they’re different color.
How to force selector to find appropriate image within it’s color? (changing image accuracy does not make any difference).

Hi @olgu

Have you installed the Java Plugin and still you are not able to identify the selectors of the table?

Thanks,
Srini

That’s right. Java plugin is installed.
Some of the selectors are accessible, like menu buttons or very top level objects in application, but tables which are displayed inside some panels are not recognizable unfortunately.

do not use selectors please use computer vision only in your case

It’s also not working as needed. When I’m trying to operate with cells - it keeps saying that there are multiple same object (event if they’re filled with different data).
The table is huge and scrollable.

The only indicator of what is needed to find is color of the cell displayed. But UiPath seems not to care about color.

do you just use computer vision from the modern UI automation?
if yes please replace the solution with computer vision scope and other activities of CV would solve the issue and has many functions to scroll , identify elements