document.getElementbyId(‘testid’).value= “testvalue”;
This is the code for put text in input text in a website using evaluation of javascript.
I want to press enter key after posting value in input but how.
What is the code for press enter key in input box ? Can anyone help