UiPath Dowload API


Refer to the image.
The windows appears on clicking on download button.
I am trying to use API (hard-coded value) to download the file it is worlking.
But in development we need to pass the URL “highlighted in red” at the top and then download the file. Is there a way to get the URL ?
get attribute is not working.

Try using GET ATTRIBUTE activity to get the URL

Cheers @Ritaman_Baral

Not working get attrubte…i mentioned in the poet also

I believe u need the text from that url bar
Is get text working @Ritaman_Baral

@Ritaman_Baral

You have a get url activity …which gets the url of the current indicated page

https://docs.uipath.com/activities/other/latest/ui-automation/n-get-url

Hope this helps

Cheers

Yes correct…didnt tried get text

using modern design cant indicate the current page…

@Ritaman_Baral

May I know why are you unable to indicate?

Also if using classic you can use get attribute activity and indicate the whole page and get the url attribute

Cheers

Thanks , my issue got solved.

1 Like

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