I am not able to put any value in my application using WebDriver. My application is using frames.
I am able to clear the value of my textbox with driver.findEle
driver.findEle
Generally I keep a temporary variable. This should work.
var name = element(by.id('name')); name.clear(); name.sendKeys('anything');