绕过模态窗口
WebElement adFileUpload = driver.findElment(By.name("file"));
String filePath="xxxx.zip";
addFileUpload.sendKeys(filePath);