← Back to team overview

sikuli-driver team mailing list archive

[Question #686476]: Command line SikuliX slowness

 

New question #686476 on Sikuli:
https://answers.launchpad.net/sikuli/+question/686476

While using SikuliX from command line looks like slowness on  startup the Surface automation activity.
Simple command line argument print taking time(approx 32 sec). I guess its from the framework startup time.


Command line script run command :
java -jar sikulix.jar <path-to-py>\commandLIne.py -- "1"

My SikuliX  commandLine.py code:
import sys
print (sys.argv[1])  #it will print 1

Version details : 
version using 2.1.0-SNAPSHOT

Time taking : 
32s

Can you please let me know the reason of slowness or way to mitigate it. 


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.