Error when using sendKeys() with Selenium WebDriver Java.lang.CharSequence cannot be resolved

前端 未结 8 1134
北海茫月
北海茫月 2020-12-19 15:46

I have imported the following and still get an error when using sendKeys();

import org.openqa.selenium.*;
import org.openqa.selenium.firefox.*;
         


        
8条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-19 16:14

    Faced the same kind of issue.

    Issue got resolved on upgrading to Eclipse Luna and then changing the compiler version to 1.8

    Compiler version 1.8 is not available with the previous version

提交回复
热议问题