}
但执行时提示如下错误
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("ceshi");
移到这行提示如下
The method sendKeys(CharSequence...) from the type WebElement refers to the missing type CharSequence
运行的JDK 为 1.8
按网上说的改 Java Compiler,选择1.7版本也不行求大神帮助看一下 作者: 千里月明 时间: 2017-3-21 17:02
你注册过这个账号了吗? 只有注册过才能登陆进去,用户名要求是6-18位字母、数字或者下划线,你输入的值不符合要求。