首页 > 移动平台 > 详细

The method sendKeys(CharSequence[]) in the type WebElement is not applicable for the arguments (String)

时间:2015-11-21 19:41:51      阅读:1806      评论:0      收藏:0      [点我收藏+]

写了一段测试代码运行时一直报错:The method sendKeys(CharSequence[]) in the type WebElement is not applicable for the arguments (String)

测试代码:

driver.findElement(By.name("wd")).sendKeys("selnium");

原因:旧版本的Java不理解非随机变量参数

解决方法:在工程上点击右键选择Build Path -> Configure Build Path->Java Compiler,选择1.7版本。

 

The method sendKeys(CharSequence[]) in the type WebElement is not applicable for the arguments (String)

原文:http://www.cnblogs.com/zhaiht/p/4984319.html

(0)
(2)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!