SyntaxFix
Write A Post
Hire A Developer
Questions
I have found that creating a var to hold the WebElement and the call the sendKeys() works for me.
WebElement
sendKeys()
WebElement speedCurrentCell = driver.findElement(By.id("Speed_current")); speedCurrentCell.sendKeys("1300");