You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Hi, I don't have experience with pexpect, but Survey interprets either \n or \r read from stdin (from the terminal, to be precise, because Survey only works when stdin is connected to a terminal) as Enter key being pressed.
I am using python3's pexpect module to interact with survey.
How can I send an 'enter' key event to survey? I have tried sendline(), send('\n'), send('\r'), but all failed. It seems survey ignored them.
The text was updated successfully, but these errors were encountered: