.sendKeys()

  • function
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

  1. keys {String}

    the keys you want to send

  2. success {function()}Optional

    a callback that is run after typing, but before the next action.

Returns

{FuncUnit}

returns the funcUnit object for chaining.