I am using below VB to launch script of sikuliX 1.1.2 from excel but it takes around 30 seconds to just execute the script and then script takes itself another seconds to fulfill the instruction. So is there any way to make this process very fast ?
VB Code:
Private Sub()
Dim dblRetVal As String
dblRetVal = Shell("java -jar E:\SikuliX1.1.2\sikulix.jar -r
D:\ProjectKiosk\Scripts\test2.sikuli —a1 a2 a3", vbHide)
End Sub()
Sikuli Script:
try:
click("1514219960059.png")
except:
# Your action where there is some problem.
doubleClick("1514219980851.png")