selenium在使用sendkeys()时报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium在使用sendkeys()时报错相关的知识,希望对你有一定的参考价值。

在eclipse上使用selenium 写脚本的时候,碰到sendkeys("selenium");报错

技术分享图片



解决方法

searchField.sendKeys(new String[] { "sample" });
将sendKeys中的内容换成上面的内容


技术分享图片

这样就可以正常运行了

以上是关于selenium在使用sendkeys()时报错的主要内容,如果未能解决你的问题,请参考以下文章

Selenium+PhantomJS使用时报错原因及解决方案

Selenium+PhantomJS使用时报错原因

python安装selenium时报错CERTIFICATE_VERIFY_FAILED

Selenium+python自动化84-python3.6用PyUserInput

如何在Selenium中使用sendKeys()方法传递一个arraylist

selenium + python之BSTestRunner生成测试报告时报错:NameError: name 'unicode' is not defined