Comment 1 for bug 612462

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: type() not working correctly

Sometimes you have to wait before start typing after zhe GUI element got focus after a click() e.g.

try:
click(targetElement)
wait/0.5)
type("test")