How to simulate pressing the down key

Asked by Dustin

I tried the following items, all I need is for the down key to be pressed, any help would be greatly appreciated.

type(key.DOWN)
type(key_DOWN)
type("key.DOWN")
type("key_DOWN")
type("Key.DOWN")
type("Key_DOWN")

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Dustin
Solved:
Last query:
Last reply:
Revision history for this message
Dustin (ounelly70) said :
#1

Nevermind, I guess my problem was earlier in the script, thank you anyway :)