Unable to interact with some fields

Hi everyone.
I’m doing an automation that interacts with a software.

The problem I’m facing is that I can’t interact with some elements inside the software.

What I would like to do:

  • Read all item values from the left column
  • Save the data in a table variable and do a for each to access each of these items
  • Interact with the table on the right for each item.

But I’m not even able to read the values or even click to select. Any activity I use causes the selector to identify the entire area and not just the items:

Is there a way to get around this situation and click on items individually?

Thank you very much!

Hi @Fabio_G_Silva ,

Welcome to UiPath Community!

Now to your problem, if you are not able to inspect it as a whole table from Data Scrapping then you can try alternative approach.

1 - Try if you are able to inspect first cell of table through get text.
2 - You can also try screen scrapping and convert the result into data table from Generate Data Table activity.

Hi @ermanoj3101 ,

Thank you for your quick answer.

Unfortunately Get Text doesn’t work to get the value of this field:
image

Screen Scraping can get the values, but not all of them… I think that what is below the scroll bar it can’t:

How would I, for example, click on a specific element without click activity? :confused:

Hi @Fabio_G_Silva ,

There are two ways, click on the first element either from selectors or from hotkeys if so then you can use counter on the values of scrapped data and press one key down on each counter.

I will prefer this approach in the end if selectors wouldn’t work.

Also try getfulltext to get all data from left panel.

I think that is a really good ideia!

But, I dont know why, the FullText is not working… :frowning:

Hi @Fabio_G_Silva ,

Try to select whole panel that is on left.
Try to select child panel.
Try to select only value.

If this will not help then click on first element and do ctr + A and copy it to clipboard (Not better approach for web).

Nothing worked to get all elements :sob:

Strange.
Without having access to app it is hard to find out how to extract this part ?

Hope someone worked on this app and you get your answer soon.

1 Like