封装执行.exe方法 /** * 调用Autoit生成的exe脚本上传文件 * @param filePath 文件路径 */ public void uploadFile(String filePath) { String cmd = rootPath+"\\src\\test\\java\\service\\selenium\\upload_files.exe "+filePath; try{ Process process &#