Is it possible to move the mouse so that it is positioned inside a text input using JavaScript?
I don't know about moving the actual rendered mouse pointer, but could you just set the focus on the element?
document.getElementById('the_text_input_id').focus()
2.1m questions
2.1m answers
60 comments
57.0k users