I have installed java JDK1.8.0_05. I am using selenium 2.50.0. I have entered below code:
username.sendKeys("Ashok");
and I got the error as below.
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
Can anyone help me on this issue?