Unable to use sendkeys with text---SOLVED | Selenium Forum
M
Posted on 20/09/2015
Hi Ashish,

I am unable to use sendKeys functions with text.

getting error message

Exception in thread "main" java.lang.Error: Unresolved compilation problems:
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

I have JDK 8 version with eclipse Version: Indigo Service Release 2.
I tried finding solution on google and I got that eclipse should updated to eclipse luna to get compatible JDK 8 with or downgrade eclipse to JDK7.

Could you please help on this?

M
Replied on 20/09/2015

Hi Ashish,

I installed new version of eclipse (luna) now I am not receiving this error . its working fine..

This doubt can be ignored now.