← Back to team overview

sikuli-driver team mailing list archive

[Bug 1202264] Re: [1.0] Linux: Centos 6.4-64: Clicking 'Run' closes the IDE and script is not run

 

Hello,

Creating the link got it working ! :) Thank you for the help.  I am
evaluating the use of Sikuli and Squish as test automation tool for our
project on graph plotting. User input is through GUI elements. It would
be of immense help if one can record a sequence of action by 'Begin
Session' and end it on 'End Session'. That way I can record my manual
test once instead of providing it as series of snapshots that are more
tedious to collect.

Also I am a left handed mouse user and have set my mouse settings to
'Left handed user'. I have to change it to 'Right handed user' for
Sikuli to perform Left click and Right click properly.

Great work ! Thank you for the help.

Ashish.

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

Title:
  [1.0] Linux: Centos 6.4-64: Clicking 'Run' closes the IDE and script
  is not run

Status in Sikuli:
  Opinion

Bug description:
  I am trying to use Sikuli 1.0.0 on Centos 6.4 x86_64 (kernel 2.6.32-358.6.2.el6.x86_64) as root. 
  I have following in /usr/local/lib

  libopencv_core.so.2.4.6
  libopencv_highgui.so.2.4.6
  libopencv_imgproc.so.2.4.6
  libpng15.so.15
  libtesseract.so.3.0.2
  liblept.so.3.0.0
  libz.so.1.2.3

  Output of 'java -version' on my terminal is

  java version "1.7.0_17"
  Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
  Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)

  The script I am trying to run is simple

  doubleClick("1374075551827.png")
  type(ls)

  where "1374075551827.png" refers to snapshot of "Terminal" taken on my desktop by using doubleClick icon in the IDE. 
  I want to open the terminal and type 'ls' in the terminal. Once that is done I wish to press 'Enter' manually. 
  But when I run the script containing these two commands, Sikuli IDE closes and nothing happens. No Terminal pop's up.  
  Please tell me how to inspect what is going wrong and how can I perform this simple task using Sikuli.

  Ashish.

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


References