Manually scrap HTML Table

Hi,

I need to chek if an user have asked for a vacation, into an HTML Table.
PageWeb.html (43.4 KB)

Two informations are present :

  • On : If user haven’t asked for a vacation, there is the attribute [data-hasabsence=“False”]
  • On : if user have asked for a vacation for the morning, the first div have the attribute [data-hasabsence=“True”]
  • On : if user have asked for a vacation for afternoon, the second div have the attribute [data-hasabsence=“True”]

I want to do two controle :

  • First on TR
  • Next on TD if TR haven’t following attribute [data-hasabsence=“False”]

When I try “Find Element” with following selector [“”], UIPath find the element, because the fifth one have this attribute.
I want to replace ‘idx’ by the position of the TR in the table.

How can I do that ?

Regards,

HI Vincent - Can you try using any anchor element using [anchor activity] corresponding to it.

Hi Prudvi,

I misunderstood the “find children” componant.
When I use the good filter and the good scope, it works.

Thanks,
Vincent.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.