I use the following code using eclipse
to initialize a form
WebElement e1 = KD.findElement(By.name("name"));
e1.sendKeys("Srajan ");
But in the form the first character 'S'
does not get displayed.
It starts from 'r'
only. Is the issue be in the coding or the website?