Selecting a row from a table

Hi,

Can anyone help me with the below scenario:

  1. I will be having a Client ID.
  2. There is a windows based application which lists down list of Client ID , Client Name and Sort Name in a table format.
  3. I want the check whether my Client ID is present in the table present in the windows based application and click the check box.
  4. Table present in the windows based application gets extended at the bottom with scrolling function.

My issue is when I try to get the selector from the table present in the windows based application Uipath cannot find the selector, whole table gets highlighted.
I have tried hotkeys not working.
Since am using enterprise version CV activities is not working(Requires API key).

@Palaniyappan

I have attached the screenshot of the table present in the application.

@monish06

If it is a Java based application, you can try installing the Java Plugin of UiPath and try

Hope this may helps you

Thanks

yes i have tried but my remote machine does not allow me to install java extension.

Can we use dynamic selector in computer vision?

Hi Mohsin , I am also going through a similar issue , Were you able to solve it?