sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57220
Re: [Question #697339]: Sikuli 2.0.5 - runScript('powershell get-process') return error
Question #697339 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697339
Status: Open => Answered
RaiMan proposed the following answer:
looking into the implementation, it must be so:
runScript('powershell\n get-process')
or
script = """powershell
get-process
"""
runscript(script)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.