I have an iMacros code that introduces a name into an input field on a webpage , and then, by pressing the TAB key it should select the first option that appears in the results list.
For some reason the keypress event does not trigger the javascript and therefore no results are showing.
EVENT TYPE=KEYPRESS SELECTOR="#name-input" CHARS={{name}}
WAIT SECONDS=2
'Pressing tab key
EVENT TYPE=KEYPRESS SELECTOR="#name-input" KEY=13
Does anyone know why is this happening? Thank you