.sendKeys()
FuncUnit.prototype.sendKeys
sendKeys(keys [,success])
Sends keys into an element. Only difference here from type is that an implicit click is not performed
Parameters
-
keys
{String}
the keys you want to send
-
success
{function()}
Optionala callback that is run after typing, but before the next action.
Returns
{FuncUnit}
returns the funcUnit object for chaining.