← Back to team overview

sikuli-driver team mailing list archive

[Bug 1271470] [NEW] [1.0.1] taking screenshots either fails or inserts full pathname

 

Public bug reported:

After inserting screenshots using the take screenshot function in the IDE, I observe either
wait("__CLICK-TO-CAPTURE__")
after turning off "menuShowThumbs" (Ctrl-T).
Sometimes I observe the full path to the picture like this:
 wait( "//user/name/sikuli/project/\123876148.png")
which is misinterpreted as text "//user/name/sikuli/project/ 23876148.png" and fails to load the image.

Windows 7 64bit
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)

** Affects: sikuli
     Importance: Undecided
         Status: New

** Summary changed:

- [1.0.1] taking screenshosts either fails or inserts full pathname
+ [1.0.1] taking screenshots either fails or inserts full pathname

** Description changed:

- When inserting screenshots using the take screenshot function in the IDE, I observe either 
+ After inserting screenshots using the take screenshot function in the IDE, I observe either
  wait("__CLICK-TO-CAPTURE__")
- after turning off "menuShowThumbs" (Ctrl-T). 
+ after turning off "menuShowThumbs" (Ctrl-T).
  Sometimes I observe the full path to the picture like this:
-  wait( "//user/name/sikuli/project/\123876148.png")
+  wait( "//user/name/sikuli/project/\123876148.png")
  which is misinterpreted as text "//user/name/sikuli/project/ 23876148.png" and fails to load the image.
  
  Windows 7 64bit
  Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
  Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271470

Title:
  [1.0.1] taking screenshots either fails or inserts full pathname

Status in Sikuli:
  New

Bug description:
  After inserting screenshots using the take screenshot function in the IDE, I observe either
  wait("__CLICK-TO-CAPTURE__")
  after turning off "menuShowThumbs" (Ctrl-T).
  Sometimes I observe the full path to the picture like this:
   wait( "//user/name/sikuli/project/\123876148.png")
  which is misinterpreted as text "//user/name/sikuli/project/ 23876148.png" and fails to load the image.

  Windows 7 64bit
  Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
  Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271470/+subscriptions


Follow ups

References