How to set upload file path in use application/browser activity

hii ,use UiPath comuunity edition 2023.4, I’m designing job download excel file from browser and filter data as per requirement and create output csv file.and at the end upload csv file .
for uploading csv file I want set upload csv file path and upload file .how can set path or which activity used?
please check attach screen shot
please guide me .

@ashwini.mali I think so in your application only option is to choose file. You will click in choose file and after that in window popup you can set path through “set text activity” or “Type into”

@ashwini.mali : At first you need to click on Upload file button, then one window will open where you can use type into activity to enter path, then either you can click on uplad option or Send hotkey “enter”.

using click activity i try to click on choose file but job run successfully but not open pop window

@avinash_ghanwat1 - Can you put some delay before click and check. If it doesn’t work, can you share the screenshot of the click selector.

@ushu as per above solution used delay activityset delay 5 second before click activity but doesn’t work

@ashwini.mali

Please use hardware click and try instead of simulate and check

I hope manually it is opening

Cheers

@Anil_G when click manually ,pop up window is open

Hi @ashwini.mali

Use the click activity to click on the choose file button then one window will prompt in the file name filed use the type into activity to type the whole path of the file. It will take the file by file path. Use another click activity to click on the Open button in the prompt window. It will uploaded to the Browser.

Note: Make sure to give the full path of file in the Type into activity.
Give the Hardware events to the input mode in the properties of click and type into activity because the prompted window is windows not chrome application.

Hope it helps!!

@ashwini.mali

Did you try with hardware event?

Cheers

@Anil_G No,I don’t Know About the Hardware event , I’m totally new for UiPath studio
Please guide me ,how use hardware event

@ashwini.mali

From click properties change this

and I hope your selector is proper

cheers

@Anil_G Issue resolved ,Thank You So Much

1 Like

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