Problem to get text, I don't see the value


Hello UiPath colleagues!
I have a small problem that I can’t solve and I don’t know if it’s because I’m really doing something wrong.
( I’m really a beginner)

In the first image I have a document open in the Holded platform and I need to get the text that I have pointed.

I also have input and output arguments in this module.
Input arguments:
in_strID_Budget
Output arguments:
out_strCustomerName, out_strCustomerEmail, out_strCustomerAddress, out_strCustomerDDNICustomer, out_strStartDateWork, out_strPaymentType


I need help please
THANK YOU VERY MUCH

@Belen_Martin

First of all its a pdf …so can you save it and use read pdf text activity to read?

else use get visible text activity which might help here

cheers

@Anil_G First of all, thank you for responding and helping me.

I have just found out that the problem is not really that I can’t get the text.
The problem is the following.
I click on a client (for example) and I get a pop up which is the budget (which is what you see in the image) from where I want to get the text.
The problem really is (I just realised) that as this pop up has the same URL it doesn’t recognise it and that’s why it doesn’t take the text.
How can I do it?
Thank you very much in advance

@Belen_Martin

If its a pop up then it would give you a different selector …please open ui explorer and identify it properly

And as specified earlier…is that a pdf?if so can we download it?

And from selector I feel you are already identifying the correct one…as it says viewer as parent id

cheers


I am trying to download the PDF without having to open the pop up.
Cheers! thanksss

@Belen_Martin

Perfect you can use get attribute and get url attribute and download it…

You can directly try with http request activity as well if it does not need any creds to download

you need to pass url to http request actiivty and provide a filepath in the download/save response attachment field

cheers

It’s solved, thank you very much for all the help!

1 Like

@Belen_Martin

Happy Automation

Cheers

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