sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45364
[Question #662682]: Facing some hiccups when running skl script from excel VBA
New question #662682 on Sikuli:
https://answers.launchpad.net/sikuli/+question/662682
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 fastest?
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()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.