sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #39669
[Question #321954]: problems with input() function in IDE
New question #321954 on Sikuli:
https://answers.launchpad.net/sikuli/+question/321954
I'm encountering a strange behaviour, using the input method under the IDE.
It always returns a "None" output, without showing any popup windows.
If I try to use the various parameters (like default, title, hidden) i will get an [error] TypeError ( input(): takes no keyword arguments ) or [error] TypeError ( input(): expected 1 args; got 2 ) depending if i type 'title="..." ' or not.
I'm under window 7, java 1.8.0_45 and IDE 1.1.1
So for now, i'm using the selfmade input() workaround I found in the #236481 .
I looked around and cannot really see what I'm doing wrong, but it looks like the input() method used in the IDE doesnt correspond to the ones described in the documentation...
Thanks for the work done, because appart from that, i really enjoy the experience I have with Sikulix.
Regards,
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.