我在用Chrome下载文件时发现即使UiPath已经输入了新的文件名,Automation也只能将下载的文件保存为它原来的名字。
如图所示,文件名栏已经输入了新的文件名,
但点击保存后,是以原始文件名下载的。

我发现似乎必须人工在“文件名”栏中做一下删除、输入之类的操作,它才能按保存为新文件名。
但同样的Project在另一台电脑上运行时一切正常。
请问该如何解决?谢谢。
我在用Chrome下载文件时发现即使UiPath已经输入了新的文件名,Automation也只能将下载的文件保存为它原来的名字。
如图所示,文件名栏已经输入了新的文件名,

Hi @vrdabberu
It works. But it is not what I hoped because Hardware Events will lead to error when I use Chinese IME.
Is there other solution?
Hi @Li_Eric
Since you are renaming the file name using Type Into that input Mode should be in Hardware Events or it will save the file with default orginal filename.
Hope you understand!!
Regards
Hi @vrdabberu
The activity I used is NTypeInto. Is it the same as that you said?
I use the same Automation in other 2 PC. They work well. The input method of NTypeInto and NClick are simulation.