Hi,
This might be a basic question - but how exactly do you send arrow keys under CasperJS?
I have a <input> auto-complete field - I need to send a search string, then press the "Down" key, followed by "Enter" to select that result (or I could mouse-down on the result, I suppose).
The CasperJS docs for sendKeys() only specifically mention sending alpha-numeric characters, or using modifiers - they don't mention things like arrow keys:
Is there an easy way to send arrow keys under CasperJS?
Cheers,
Victor