sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36402
[Question #280883]: How can I disable error logs in sikuli?
New question #280883 on Sikuli:
https://answers.launchpad.net/sikuli/+question/280883
I have made a sikuli code that looks for images in a region. I have written this code in a computer with a screen resolution 1920x1080, and now I'm using it in other screen with a resolution 1600x900. I have made a function that resizes the region according to the new screen resolution and it works properly but, sikuli still prints an error message.
[error] Region(0,940,1920,140) outside any screen - subsequent actions might not work as expected
Is there any way to disable the error messages in sikuli? I've searched in the documentation and I found these commands but any of them disables the error messages.
Settings.ActionLogs = False
Settings.InfoLogs = False
Settings.DebugLogs = False
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.