← Back to team overview

sikuli-driver team mailing list archive

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

masuo posted a new comment:
@TestMechanic
I have got same error.
And another way as follow work fine.

cmd = """
powershell
get-process
"""
runScript(cmd)
bb = RunTime.get().getLastCommandResult()
print bb

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.