测试积点老人 发表于 2018-4-17 09:53:42

Day3-2测试积点任务

本帖最后由 测试积点老人 于 2018-4-17 09:55 编辑

问题:
网上说可以用下面的方法但用了报错求大神指导
WebElementfile = driver.findElement(By.xpath("//*[@id=\"wjlj_1c1382e08f154869a51b
156c7fba1357\"]"));
file.sendKeys("D:\0.jpg");
报错:
<font face="微软雅黑" size="3">      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
      at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:206)
      at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:158)
      at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:678)
      at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:327)
      at org.openqa.selenium.remote.RemoteWebElement.sendKeys(RemoteWebElement.java:122)
      at LY.Zhucei.main(Zhucei.java:36)</font>



梦想家 发表于 2018-4-18 09:53:25

还是定位不对吧

海海豚 发表于 2018-4-18 10:09:20

id是不一样啊

qqq911 发表于 2018-4-18 10:15:42

报错信息截全一点啊

abcsell 发表于 2018-4-18 10:19:42

定位不准,导致了bug

libingyu135 发表于 2018-4-18 11:19:15

这是抓取不到
页: [1]
查看完整版本: Day3-2测试积点任务