I would like to generate Python Expect (pexpect) code automatically, does something like autoexpect exist for pexpect?
I would like to generate Python Expect (pexpect) code automatically, does something like autoexpect
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not really, AFAIK, but you could use expy AKA expectpy, rather than
pexpect, if you depend on autoexpect’s functionality. There’s nothing conceptually standing in the way of implementing apyautoexpect— it’s just that, as far as I know, nobody’s taken the trouble of doing it (since I’ve never felt a need for autoexpect myself, I’m not really surprised;-).