sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19344
[Bug 1202264] Re: [1.0] Linux: Centos 6.4-64: Clicking 'Run' closes the IDE and script is not run
@ "action recording"
Sikuli does not know anything about GUI elements (like e.g. Selenium for web GUI's), it is totally visual and it is not able to catch click actions. This makes it nearly impossible to implement some automated recorder that makes sense.
But I have it on the list for future extensions (2014 might be a good
year for that ;-)
--
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:
Invalid
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