作为格伦,我要说使用pexpect。此外,
看看我写的这个包装器,以编写来自Fabric的pexpect行为的脚本:
from ilogue.fexpect import expect, expecting, runprompts = []prompts += expect('What is your name?','John')prompts += expect('Where do you live?','New York')with expecting(prompts): run('command')
另请参阅我在fexpect上的博客文章或如何使用pexpect处理结构提示
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)