51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1684|回复: 3
打印 上一主题 下一主题

selenium 3 sendKeys 报错

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2018-4-5 23:16:10 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 15806019945 于 2018-4-6 19:50 编辑


本帖最后由 15806019945 于 2017-3-9 11:29 编辑
selenium 3.08 +java 8

我写一段自动登录的脚本代码如下
package test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.WebElement;


public class dl {

    /**
    * @param args
    */
    public static void main(String[] args) {
        System.setProperty("webdriver.firefox.bin","E:/Program Files (x86)/Mozilla Firefox/firefox.exe");
        System.setProperty("webdriver.gecko.driver","E:/selenium/geckodriver.exe");
    WebDriver driver = new FirefoxDriver();                                               、

           driver.get("http://fuzhou.scity.cn/gate/public/login/login.jsp");                                                       、
           driver.findElement(By.id("username")).clear();  
           driver.findElement(By.id("username")).sendKeys("ceshi1");
           driver.findElement(By.id("password")).clear();
           driver.findElement(By.id("password")).sendKeys("123456");
           driver.findElement(By.id("loginBtn")).click();
    }
   
}
但执行时提示如下错误
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
    The method sendKeys(CharSequence...) from the type WebElement refers to the missing type CharSequence
    The method sendKeys(CharSequence...) from the type WebElement refers to the missing type CharSequence

    at test.dl.main(dl.java:21)
第21行为        driver.findElement(By.id("username")).sendKeys("ceshi1");
移到这行提示如下
The method sendKeys(CharSequence...) from the type WebElement refers to the missing type CharSequence
运行的JDK 为 1.8
按网上说的改 Java Compiler,选择1.7版本也不行求大神帮助看一下

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

  • TA的每日心情
    奋斗
    2018-5-8 21:50
  • 签到天数: 9 天

    连续签到: 1 天

    [LV.3]测试连长

    2#
    发表于 2018-4-6 23:23:47 | 只看该作者
    我也遇到这个问题了     如楼主解决了   望回复   谢谢
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2018-5-8 21:50
  • 签到天数: 9 天

    连续签到: 1 天

    [LV.3]测试连长

    3#
    发表于 2018-4-7 17:09:07 | 只看该作者
    我的已解决 把Eclipse换成4.7看下   jdk依旧用的1.8
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    4#
     楼主| 发表于 2018-4-8 15:32:54 | 只看该作者
    总算是搞定的在myeclipes 相应工程下设置两个jaK不懂看图

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?(注-册)加入51Testing

    x
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-23 03:55 , Processed in 0.067247 second(s), 23 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表