Rank: Newbie Groups: Member
Joined: 5/7/2015 Posts: 1
|
Is a way to execute a keypress on an input field? I can't seem to figure out the syntax. I should note that just modifying the .value isn't enough to full test the script.
Thank you for any help.
webbroswer.GetDOMWindow().document.getElementsByTagName("Input")[0].InvokeFunction("focus"); // Set letters webbroswer.GetDOMWindow().document.getElementsByTagName("Input")[0].InvokeFunction("click");
|