← Back to team overview

sikuli-driver team mailing list archive

[Question #269704]: setShowActions or Settings configuration not taking effect

 

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

Hello,

It does not seem like the logging in the following script works besides clicking on the image successfully:

[code]
setShowActions(True)
Settings.setShowActions(True)
Settings.ActionLogs = True
Settings.InfoLogs = True
Settings.DebugLogs = True
Settings.SlowMotionDelay = 3

click("test_image.png")
[/code]

My expectation, in addition to Sikuli clicking on the image successfully, was to:

1. See the mouse moving
2. Action, Debug and Info output logged
3. Red crosshair show up on the click event

Details:

1.1.0 2015-07-24_01:00nightly

WINDOWS 7

java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)

Any idea what's going on? Are you able to reproduce this issue on your side?


-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.