Skip to content

Instantly share code, notes, and snippets.

@joshtombs
Created July 18, 2014 14:41
Show Gist options
  • Save joshtombs/12d3c8a40052688353ae to your computer and use it in GitHub Desktop.
Save joshtombs/12d3c8a40052688353ae to your computer and use it in GitHub Desktop.
fill: () ->
if( arguments.lenth > 1 )
el = @find(argument[0])
el.clear().then ->
el.sendKeys(value)
else
@find().then ->
el.sendKeys(arguments[0])
@joshtombs
Copy link
Author

value = arguments[1] oops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment