码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2015-11-21 19:43:08      阅读:250      评论: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)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!