处理上传图像报错
来源:3-1 上传文件处理

wangmingfg
2019-12-11
driver.findElement(By.id(“upload”)).sendKeys(“C:\Users\yt\Desktop\999.jpg”); 这个运行后报错:Element is not currently visible and so may not be interacted with Build info: version: ‘2.45.0’, revision: ‘32a636c’, time: ‘2015-03-05 22:01:35’
写回答
1回答
-
Mushishi
2019-12-11
你看一下你元素是否可见
022019-12-12
相似问题