To click to those nodes and get text the required fields

I want to click on those nodes one by one. How should I do it?

Those nodes number will depend it won’t be same.

@Bhushan_Nagaonkar

Did you try with for each ui element?

cheers

1 Like

No not yet. Is it possible if the process keeps on changing.

For every option I select, I want to get amount from pdf, but the format of every pdf is different.

Is it possible to use it that way?

Thanks

@Bhushan_Nagaonkar

The check boxes you are showing is from pdf?

can you provide more context here

cheers

@Bhushan_Nagaonkar

Check you are able to Extract Data In Table Format using Extract Data Table.

Its Possible Use For Each and Pass values in Selectors…

So basically if you remember the last post it is that.

Once we click on it navigates to new tab, in that new tab we get pdf from which we have to get amount.

The pdf has different templates, so for pdf the template keeps on changing.

Sometime the amount has headers

  1. Amount

  2. $

  3. Payment Amount


This are one of the templates

Lets node 1, 2 has pdf template1
Node 3;4 has pdf template2

And so on

How should I do it?

Hope this helps

Thanks

@Bhushan_Nagaonkar

getting data from pdf would be same even if the templates are different as we are using get ocr text only and trying to compare so there would not be any change on it

and for each ui element I guess is used to open the pdf and that page remains as is I believe as for each click a new tab is opened and we perform activities inside the loop and for next selection again it goes to the same page

Hope my understanding is correct and this helps

cheers

I will try and let you know thanks

1 Like