The write stage bypasses the keyboard, so if the webpage has some sort of event handler expecting human input, it won't 'hear' the robot input. The trick is to make the webpage 'aware' by triggering it's event handler. Try clicking in the field with the mouse first and/or using send keys.