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