sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25787
Re: [Question #248371]: Using expect commands for CLI based interaction via sikulisikuli
Question #248371 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248371
Status: Open => Answered
RaiMan proposed the following answer:
With Sikuli (using the Jython interpreter) only Python modules can be used, that are completely written in Python language (no C-based content, e.g. for accessing the Windows API). Since you are talking about putty, I guess, that pexpect will not be useable with Sikuli.
So you should check that first.
What about redirecting the CLI output to a file or different files and
then reading/analyzing these files?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.