ଠselenium webdriver 怎么处理这种上传图片时候弹出的对话框

selenium webdriver 怎么处理这种上传图片时候弹出的对话框
2025-04-05 04:49:56
推荐回答(1个)
回答1:

你是要上传文件么,不需要处理它的,框架里有现成的方法driver.findElement(By.xpath(element)).sendKeys(filePath);
可以参考这篇文章 http://www.cnblogs.com/joewu/p/3701121.html