Save file from chrome to specific location

hello,

so here is my problem:

In chrome i want to save a pdf file to a folder that i choose. the path is known and the robot knows it to because when i do a log off that variable it is shown correctly.

In my workflow you can see i want him to type the path but the robot does not do that. If I unselect empty field, clickbefore typing and simulaty type the robot will only type the last folder name and not the whole path.

Why not type the full path in the lower part of the window?

image

2 Likes

hi @seldo,

Take a String variable say StrPath and Assign it the Complete Path

strPath = "C:\Data\abc.pdf " and then add a Hotkey "ENTER"at the End in the typeinto itself by clicking the PLus Button.

image

Try adding a backslash at the end of the path:
“C:\Users\PNIE…”+Company +“\”

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