sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49957
Re: [Question #677297]: ClassCastException: class org.python.core.PyObjectDerived cannot be cast to class org.python.core.PyString
Question #677297 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677297
Singah posted a new comment:
Thank you, the code above works fine and solves my issue.
It seems that this trigger the error:
Screen(0).capture(Screen(0).getBounds())
While this work perfectly fine:
capture(Screen(0).getBounds())
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.