How to go inside folder and right click on file

Hello,

my requirement is to go to folder and right click on csv file and open file as csv how can i achieve that
how can i go to folder?

Hi @Mathkar_kunal ,
I think have a lot of solution to open file

  1. Open by send hot key
  • (window + r
    -then (ctrl+v) to paste link file path
    -then (enter) to open file
    Regards,
    LNV

@Mathkar_kunal

Use app/web recorder and record all the steps.

Regards

Hi @Mathkar_kunal

Do all the steps by using App/Web recorder

Hope it helps!!

  1. Use the “Open Application” activity to open the File Explorer:
  2. Use the “Type Into” activity to navigate to the desired folder:
  3. Use the “Send Hotkey” activity to select the CSV file:
  • For example, you can use the arrow keys to navigate to the file and press Enter to select it.
  1. Use the “Right Click” activity to open the context menu:
  2. Use the “Click” activity to select the “Open” option:
  3. Use the “Click” activity to specify “Open as CSV” option:
2 Likes

@Mathkar_kunal

Why you want to do it using ui?

Why not use the inbuild csv activities

Cheers

What are you trying to achieve? there may be a better way than using the interface

need to open csv with notepad then need to save as with encoding type "utf-8 with bom " and save file with this update as csv .
this is the manual process which i need to do via automtion

need to open csv with notepad then need to save as with encoding type "utf-8 with bom " and save file with this update as csv .
this is the manual process which i need to do via automtion.

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