Page 1 of 1

Sending special keys question.

Posted: Thu Oct 06, 2011 3:27 pm
by fredric berling
t.type(searchfield.inputEl, 'www.kalle.com', function(){
    t.ok(true, 'text input')
}) 
This will send "delete" on every "dot". ending up with "wwwkallecom"

What am i doing wrong?

Re: Sending special keys question.

Posted: Thu Oct 06, 2011 3:46 pm
by mats
bug, investigating