sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32469
Re: [Question #267116]: Run Sikuli code in Python script
Question #267116 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267116
Status: Answered => Open
juanc is still having a problem:
I solved the issue with the DLL
If I use the approach of the command line execution:
----------------------------
browse_button = self._browser.find_element_by_id("data-file")
browse_button.click()
os.system("runsikulix.cmd -r C:\\Users\\Documents\\testupload.skl.sikuli")
----------------------------
Nothing happens.
In the console I am getting this:
"runsikulix.cmd" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Translation: It is not recognized as an internal or external command
but I added all the paths to the systems variables.
Any suggestion?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.