sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42757
[Bug 1630467] Re: [1.1.x] all() should respect Python's builtin function
*** this is the fix
at Python level:
the constant ALL (like SCREEN for the primary screen) represents a region as a union of all screen regions
at Java level:
use
Region all = Screen.all().getRegion()
** Changed in: sikuli
Importance: High => Critical
** Summary changed:
- [1.1.x] all() should respect Python's builtin function
+ [1.1.x] all() should respect Python's builtin function --- fixed in 1.1.1 final
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1630467
Title:
[1.1.x] all() should respect Python's builtin function --- fixed in
1.1.1 final
Status in Sikuli:
Fix Committed
Bug description:
I have just tryed to run this:
print all()
and got the line "S(-1)[0,0 1920x1080] E:Y, T:3,0".
What does it mean? I have not found the documentation. Will it be bad
for Sikuli working if I delete this function so that I was able to use
standard Python function all()?
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1630467/+subscriptions
References