← Back to team overview

sikuli-driver team mailing list archive

[Question #277190]: Action log doesn't show all actions such as keyDown

 

New question #277190 on Sikuli:
https://answers.launchpad.net/sikuli/+question/277190

Hi,

I'm currently (and first timely) trying to implement some test automation using Sikuli. I have noticed that e.g. keyDown() events are not shown in the action log. Is there some verbosity level to be set?

Example:
    keyDown(Key.CMD)
    type("q")
    keyUp(Key.CMD)

Expected: All these actions are shown in the action log
Actual: 
Only: 
[log]  TYPE "q" 
is shown.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.