说明:UI自动化选中文件时,用粘贴板复制文件地址,回车的方式不稳定
用exe选中文件更稳定
String ProjectPath = RunConfiguration.getProjectDir()
File file = new File(ProjectPath + "/" + filePath)
File uploadExe = new File(ProjectPath, '/' + 'File/tools/uploadfile.exe')
String newuploadExe
<weixin_43277055> 上传 | 大小:962kb