sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28271
[Bug 1271463] Re: [1.0.1] IDE: menuShowThumbs truncates image paths
** Changed in: sikuli
Importance: High => Critical
** Description changed:
+ should work now with 1.1.0
+ --------------------------
+
Sikuli IDE 1.0.1
Windows XP 32 bit
I had in Jython code an image from alien folder, and it seemed to work well during execution:
mywin.find("w:\\v15\\but8.png").click()
After switching IDE menu View-menuShowThumbs on and off, the path is reduced to "but8.png", where the image doesn't exist.
mywin.find("but8.png").click()
It would be useful to keep the whole path to the image, sometimes the location is important.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271463
Title:
[1.0.1] IDE: menuShowThumbs truncates image paths
Status in Sikuli:
Fix Committed
Bug description:
should work now with 1.1.0
--------------------------
Sikuli IDE 1.0.1
Windows XP 32 bit
I had in Jython code an image from alien folder, and it seemed to work well during execution:
mywin.find("w:\\v15\\but8.png").click()
After switching IDE menu View-menuShowThumbs on and off, the path is reduced to "but8.png", where the image doesn't exist.
mywin.find("but8.png").click()
It would be useful to keep the whole path to the image, sometimes the location is important.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271463/+subscriptions
References