Script containing sendKeyPress (ENTER button)
|
12-07-2013, 05:58 AM
(This post was last modified: 12-07-2013 05:58 AM by sivicencio.)
Post: #1
|
|||
|
|||
Script containing sendKeyPress (ENTER button)
Hello.
I'm having problems with a script I'm writing and trying to execute. This script fills an input field (had to use exec scripting function for context-specific issues) and then tries to press ENTER to do something else. Here's the script: combineSteps navigate http://todomvc.com/architecture-examples/emberjs/ exec document.getElementById('new-todo').value='Example task' sendClick id=new-todo sendKeyPressAndWait id=new-todo ENTER The thing is it doesn't perform the ENTER keypress event and I can't figure out why. Any thoughts? Thank you. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)